Skip to content

feat: suggest combining repeated query filters into In / Not In - #1994

Open
paustint wants to merge 1 commit into
mainfrom
feat/1987-suggest-in-clause
Open

feat: suggest combining repeated query filters into In / Not In#1994
paustint wants to merge 1 commit into
mainfrom
feat/1987-suggest-in-clause

Conversation

@paustint

Copy link
Copy Markdown
Contributor

The query builder now detects 2+ conditions on the same field that can be collapsed — OR + Equals into In, AND + Does Not Equal into Not In — and offers a one-click conversion in a dismissible inline hint above the filter rows. Rows using a date picker or a field function are skipped, since neither survives the rewrite unchanged.

Closes #1987

The query builder now detects 2+ conditions on the same field that can be
collapsed — OR + Equals into In, AND + Does Not Equal into Not In — and offers
a one-click conversion in a dismissible inline hint above the filter rows.
Rows using a date picker or a field function are skipped, since neither
survives the rewrite unchanged.

Closes #1987
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

Successfully merging this pull request may close these issues.

Query Builder: suggest converting repeated OR conditions into an IN clause

1 participant