objectbox-dart icon indicating copy to clipboard operation
objectbox-dart copied to clipboard

notOneOf() is missing in Dart API

Open centy opened this issue 2 years ago • 1 comments

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

centy avatar Jan 05 '24 11:01 centy

Thanks! Note that notOneOf is only supported for integer properties in all languages ObjectBox supports.

See also the related feature request for the Java library at https://github.com/objectbox/objectbox-java/issues/941.

Thumbs up the first comment to help us track interest!

greenrobot-team avatar Jan 08 '24 10:01 greenrobot-team