Hi,
How can a text field work with both query and filter, facet, sorting ?
Query usually works with tokenized/analyzed fields while filter, facet, sorting requiere untokenized fields (elasticsearch keyword)
Is there a under the hood double indexation as keyword ?
Regards
Dominique