What is meant by a facetable field in Typesense?
# community-help
t
What is meant by a facetable field in Typesense?
k
You can run count aggregates on that field if it is facetable. For e.g. when you search for "shoes" in a e-commerce site, you might want to show counts for each matching brand in the results. For that, the
brand
field must be a facet.
t
Oh cool. Thanks for the explanation.
👍 1