This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
filters and facetsFilters #81
Labels
breaking
Spec related
Related to a spec (https://github.com/meilisearch/specifications/)
Comments
Rectification: |
curquiza
changed the title
filters needs to be faceted to be used
filters and facetsFilters
Mar 23, 2021
This will be fixed in #140 |
I've updated the issue description with the final decision |
curquiza
added
the
Spec related
Related to a spec (https://github.com/meilisearch/specifications/)
label
Apr 14, 2021
|
73 tasks
bors bot
added a commit
that referenced
this issue
Jun 3, 2021
179: enable filter r=irevoire a=MarinPostma This pr makes the necessary changes to transplant in accordance with the specification on filters. More precisely, it: - Removes the `filters` parameter - Renames `facetFilters` to `filter` - Allows either a string or an array to be passed to the filter param. It doesn't allow the mixed syntax, that needs to be handled by milli. close #81 close #140 Co-authored-by: Marin Postma <postma.marin@protonmail.com>
14 tasks
This was referenced Jul 5, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
breaking
Spec related
Related to a spec (https://github.com/meilisearch/specifications/)
A big change with the new search engine is impossible to filter during a search if the fields are not set as
attributesForFaceting
.So, now,
facetFilters
andfilters
during the search does the same job. Should we keep them both?We have to investigate why algolia has many ways to filter to know what to do.
Currently, in transplant, the
filters
attributes does nothing, usefacetFilters
instead.Final decision:
Final decision related to this spec:
facetFilters
parameter should not be present anymore, onlyfilter
(without thes
) is usable.The text was updated successfully, but these errors were encountered: