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
I need to get from DB all objects that does not meet condition.
box.query(MyData_.name.notOneOf(['name1','name2']))
It would be great to add that option as described in doumentation: https://docs.objectbox.io/queries#common-conditions
The text was updated successfully, but these errors were encountered:
Thanks! Note that notOneOf is only supported for integer properties in all languages ObjectBox supports.
notOneOf
See also the related feature request for the Java library at objectbox/objectbox-java#941.
Thumbs up the first comment to help us track interest!
Sorry, something went wrong.
No branches or pull requests
Use case
I need to get from DB all objects that does not meet condition.
box.query(MyData_.name.notOneOf(['name1','name2']))
It would be great to add that option as described in doumentation:
https://docs.objectbox.io/queries#common-conditions
The text was updated successfully, but these errors were encountered: