We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following this central issue
Usage: https://github.com/orgs/meilisearch/discussions/763
New operator CONTAINS when using filter
The text was updated successfully, but these errors were encountered:
@brunoocasali, why this issue? It seems we pass string to "filter", and not something built, but I might be wrong:
meilisearch-dart/test/search_test.dart
Line 264 in 1d22b74
@ahmednfwela if you have the answer 😇
Sorry, something went wrong.
we have our own classes to map meilisearch operators, which are statically typed, and handle escaping @curquiza
see here for example:
Line 657 in 1d22b74
Ok.... I have to say it seems very complicated for something we could have handled with strings only 🙈
well, the user can still use strings if they want, but having static typing for queries is definitely a good option
for example some users might mistakenly convert date time to iso string format, but we use epoch time
No branches or pull requests
Following this central issue
Explanation of the feature
Usage: https://github.com/orgs/meilisearch/discussions/763
New operator CONTAINS when using filter
TODO
The text was updated successfully, but these errors were encountered: