We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filter
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.29 will expand functionality of filter:
IN
EXIST
NOT
x = 1 AND y = 0
x = "AND"
/reference/api/search.md
/learn/advanced/filtering_and_faceted_search.md
learn/getting_started/filtering_and_sorting.md
Issue: meilisearch/meilisearch#2580 SMEs: @loiclec, @curquiza
The text was updated successfully, but these errors were encountered:
Merge #1859
f2d994a
1859: v0.29 r=maryamsulemani97 a=guimachiavelli This is a staging PR for all changes related to Meilisearch v0.29. Please avoid making changes directly to this PR; instead, create new child branches based off this one. Closes meilisearch/integration-guides#213, #1854, #1853, #1852, #1851, #1840, #1839, #1838, #1837, #1846 Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Maryam <[email protected]> Co-authored-by: Clémentine Urquizar <[email protected]>
83ebdfb
guimachiavelli
Successfully merging a pull request may close this issue.
v0.29 will expand functionality of
filter
:IN
operator;EXIST
operator;NOT
operator behavior;x = 1 AND y = 0
vsx = "AND"
).Tasks
/reference/api/search.md
/learn/advanced/filtering_and_faceted_search.md
learn/getting_started/filtering_and_sorting.md
References
Issue: meilisearch/meilisearch#2580
SMEs: @loiclec, @curquiza
The text was updated successfully, but these errors were encountered: