Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity search using notIn, <> or doesNotContain operators doesn't return records with null #94

Open
vyacheslav-pushkin opened this issue Feb 12, 2020 · 0 comments
Assignees

Comments

@vyacheslav-pushkin
Copy link
Contributor

vyacheslav-pushkin commented Feb 12, 2020

{"conditions":[{"property":"stringAttr","operator":"notIn","value":["1ubupyH2Zs"]}]}
{"conditions":[{"property":"stringAttr","operator":"<>","value":"1ubupyH2Zs"}]}
{"conditions":[{"property":"stringAttr","operator":"doesNotContain","value":"1ubup"}]}

Neither of these will return records where stringAttr is null.

Generic UI returns such records when using notIn operator, but not when using <> or doesNotContain.

@vyacheslav-pushkin vyacheslav-pushkin changed the title Entity search using notIn operator doesn't return records with null Entity search using notIn or <> operator doesn't return records with null Feb 13, 2020
@vyacheslav-pushkin vyacheslav-pushkin changed the title Entity search using notIn or <> operator doesn't return records with null Entity search using notIn, <> or doesNotContain operators doesn't return records with null Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants