-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.0.0
-
Fix Version/s: 7.0.0
-
Component/s: Module - Repository JDBC
-
Labels:
Add support to test if a field is found within a list of string values.
For example:
http://idm.example.com:8080/openidm/managed/user?_pageSize=1000&_fields=*&_queryFilter=/userName IN '["user3a","user4a"]'
This will find all users where the userName is either 'user3a' or 'user4a'.
It is expected that the list of items should be a Json Array String, otherwise a BadRequestException is thrown.
- is related to
-
OPENDJ-5725 Combine union/intersection of index queries targeting the same index into a single cursor operation
-
- Dev backlog
-
- relates to
-
OPENIDM-14451 DJ IN clause not supported when utilized with another clause
-
- Closed
-