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

Support grouping of filter criteria #1943

Open
calebmil opened this issue Jun 22, 2021 · 1 comment
Open

Support grouping of filter criteria #1943

calebmil opened this issue Jun 22, 2021 · 1 comment
Assignees

Comments

@calebmil
Copy link

Sample

react-content-query-online

Author(s)

@DavidWarnerII

Suggestion

One of the weaknesses of the view definition UI and the CQWP UI for creating filters is the inability to group filter criteria for logical interpretation. This forced the necessity to create ridiculously complex filter criteria when use of parentheses for grouping would have been sufficient to allow the filter criteria to be stated logically.

For instance, to build a query to choose all A = z AND ( B = x OR B = y ), the filter criteria has to be A = z AND B = x OR B =y AND A = z.

I would like to see the ability to group filter criteria together for evaluation so that they are evaluated using standard order of operations rules instead of the straight left-to-right evaluation.

Are you willing to help?

Yes

@calebmil calebmil added Needs: Triage 🔍 type:enhancement Idea for enhancing a sample labels Jun 22, 2021
@ghost
Copy link

ghost commented Jun 22, 2021

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

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

3 participants