Hello, We seem to have issues with facet counts w...
# community-help
t
Hello, We seem to have issues with facet counts when using hybrid search. Facets as such are ok, filtering ok. But the facet counts in the search response (the
results.facet_counts[X].counts[X].count
) is evidently not correct: • for particular query, Typesense returns facet count for particular facet e.g. 36 • but when paginating through the results, it is obvious that there is MUCH more results than than ◦ also the
found
field claims 1000 results, which is not at all the sum of all facets counts for particular facet • verified via API (without FE) The closest open issue to this was https://github.com/typesense/typesense/issues/1244 but it seems to be different problem. We tried tinkering with: • k in vector query • max_facet_values None of which had any impact Can you please provide info whether this is known issue or whether this should work at all? Or maybe this can be some kind of new issue / regression? It seems that this should be supported by Typesense, it is even implemented in the hacker-news hybrid search showcase. Thanks in advance for your assitance