-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.3.0-alpha3
-
Component/s: engine
-
Environment:Glassfish
When calling rest API using "lastNameLike" query parameter, result does not correlate with passed parameter.
ex. if I call
http://localhost:8080/engine-rest/user?lastNameLike=Gordo%
the rest api should return a record for a user with the last name of Gordon but it returns a list of unrelated user records