-
Notifications
You must be signed in to change notification settings - Fork 34
Rule operators not supported #25
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
Comments
The QueryBuilder doesn't come with any pre-defined/opinionated rules out of the box. Please have a look at the docs for rule configuration as well as the corresponding sample on Code Sandbox. The sample in Code Sandbox shows multiple alternative ways to inject rules as custom components. |
Can you please elaborate on your explanation regarding how one might go about doing as Chris asked? The docs for rules configuration and the corresponding sample do not clearly explain how one might create a component that will allow for the alternative caparison values For example: 'equal','not equal','in','not in','is null','is not null','less','less or equal','greater','greater or equal','between','not between','contains','begins with','ends with' |
@mlaw93 & @chrisborecki, please see this sample on code sandbox. |
@rtucek Thank you for the answers but I believe this is still unclear. In your example, you filter by the type of the field. Thank you. |
Thank you @rtucek. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
are rule operators not supported?
For example, for constructing a query: "numA > 3"
Note - these are not the And/Or group operators.
The text was updated successfully, but these errors were encountered: