TP-5555 | search addition

This commit is contained in:
varnit goyal
2025-01-09 16:06:55 +05:30
parent 3bd26de65a
commit 5a32a8acee
4 changed files with 21 additions and 6 deletions

View File

@@ -81,8 +81,6 @@ func (el *ElasticSearchClient) SearchDocuments(searchRequest string, fields []st
}
}
log.Printf("%s", aggregations)
return results, aggregations, res.Hits.Total.Value, nil
}