You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your proposal. We need a bigger revision of the overall and/or/nor operator handling in Criteria. Right now, the API follows MongoDB's restrictions around field names. Instead, it would make sense to naturally specify criteria while the Criteria object produces the correct representation without being required to use andOperator and such. We will leave the pull request open until then
Ziemowit opened DATAMONGO-2428 and commented
Current state:
For now Criteria class allows to build or/and/nor operators in style:
Requested change:
Criteria class should allow to build or/and/nor operators also in style (similar as it is possible for in/nin operators):
Reference URL: #811
The text was updated successfully, but these errors were encountered: