Hey - sorry if this has been asked before but why ...
# community-help
a
Hey - sorry if this has been asked before but why is it that in the dataset of songs example, the facet for 1960s displays a count of 20, but when I actually select the facet, there are 24 results returned?
j
@Ailish McCarthy By default Typesense does not do an exhaustive search for performance reasons. If you need precise counts, you want to add exhaustive_search=true as a search query param
a
Thank you!!