isNull operator in the /entities/search endpoint doesn't work with references #120
Labels
state: fixed
Fixed by the developer
type: bug
Something isn't working
ver: 7.2.2
ver: 7.3.0
Fixed in version
Milestone
Suppose we have a
sample_City
entity that has a reference to thesample_Country
reference.If we try to search cities where country is not set using the isNull operator:
POST http://localhost:8080/app/rest/v2/entities/sample_City/search
Then we won't get any result. For simple datatypes (string, integer, etc) the isNull operator seems to work.
The text was updated successfully, but these errors were encountered: