You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix FacetSearchResults when passing an empty facet_query string.
When we pass an empty "facetQuery" param to Meilisearch, the response turns the empty
string into a null value. This causes "Input should be a valid string" errors, making it
impossible to run this query (which is quite a useful one, since it returns all the
distinct values for an index.)
0 commit comments