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

Advanced query options #67

Open
martinlohoff opened this issue Jul 20, 2023 · 0 comments
Open

Advanced query options #67

martinlohoff opened this issue Jul 20, 2023 · 0 comments

Comments

@martinlohoff
Copy link

It would be great to have advanced query options such as combine different ANDs or ORs in different combinations.

Example 1 (currently possible):
field1 = 'value1' AND field2 = 1 AND field3 = 'value3'

Example 2 (currently possible):
field1 = 'value1' OR field2 = 1 OR field3 = 'value3'

Example 3 (currently not possible):
field1 = 'value1' AND field2 = 1 OR field3 = 'value3'

Example 4 (currently not possible):
field1 = 'value1' AND (field2 = 1 OR field3 = 'value3')

So maybe an option to switch to an advanced mode where the user can edit the sql statement with brackets and so on would be nice. Another ideas or solutions are very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants