IN operator #407
Replies: 7 comments 5 replies
-
This is really useful when you need to filter on user feeds. For example, a user that search on his/her bookmarks. |
Beta Was this translation helpful? Give feedback.
-
This feature can also be useful for a related feature: For example an e-commerce site wants to display Apple Airpods, but not Apple Airpods Max. Now, we can create an array of all the words in the title, save it as another property such as
When we can use CONTAINS / NOT CONTAINS, we do not have to create another property and filter directly on the title:
When this is implemented, it might also be a solution for the use-cases for this discussion: #77 |
Beta Was this translation helpful? Give feedback.
-
I got here by searching for a solution for a NOT IN use case. I'm making a multiple users selection tool, and would like the search to filter out already selected users from the list. A |
Beta Was this translation helpful? Give feedback.
-
A technical oriented discussion now exists here |
Beta Was this translation helpful? Give feedback.
-
Hello dear community, 👋 We have published a docker image allowing you to test the addition of the
|
Beta Was this translation helpful? Give feedback.
-
Hello 👋 You can test the just-introduced Binaries are attached to the release, or you can use the docker image: docker run -it --rm \
-p 7700:7700 \
getmeili/meilisearch:v0.29.0rc1 Let us know about any bugs or feedback! 😄 It would be really helpful. FYI, the official v0.29.0 release will be available on 3rd October. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone 👋 Locking this discussion since the
📚 https://docs.meilisearch.com/learn/advanced/filtering_and_faceted_search.html#using-filters Please open a new discussion if you have any feedback to share 🙇♂️ |
Beta Was this translation helpful? Give feedback.
-
Related issue: meilisearch/meilisearch#2163
The users seem to need the IN operator when searching with
filter
.If you are a Meilisearch user, feel free to give more detail about use case and your need :)
Beta Was this translation helpful? Give feedback.
All reactions