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

Consider replacing the isNull and notEmpty search operators with the isSet boolean operator #119

Open
gorbunkov opened this issue Aug 31, 2020 · 0 comments
Labels
type: enhancement New feature or request

Comments

@gorbunkov
Copy link
Contributor

Right now the /entities/{entityName}/search endpoint support both isNull and notEmpty operators. These operators are unary (don't use parameter value). Probably these two operators may be replaced by a single isSet operator with the boolean value. This is how generic UI filter component works.

@knstvk knstvk added the type: enhancement New feature or request label Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants