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

Add negating filter operators e.g "is not empty", "does not contain..." #598

Open
Logianer opened this issue Sep 25, 2023 · 0 comments
Open
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request

Comments

@Logianer
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I want to have a Table view where i can filter for every Row that has every possible value in a "selection-field" except a specific one. That's where a "is-not" filter would be handy.

Describe the solution you'd like

The best solution is to have a filter operator that is the opposite of "is-equal". It would return all entries that have

Describe alternatives you've considered

The current way is to have an "is-equal" chain (when using a selection-field) and connecting all options using "OR" (except the one, that should not appear). This easily gets complicated and is heavy on resources.

Additional context

I would really work on this feature, i looked into the filtering but still have no idea where the filtering actually happens (I found the filter definitions but nothing else)...Does it happen in the DBController or on the client-side?

@Logianer Logianer added 0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request labels Sep 25, 2023
@Logianer Logianer changed the title Proposal: Add "is-not" filter-operator FR: Add "is-not" filter-operator Sep 25, 2023
@enjeck enjeck changed the title FR: Add "is-not" filter-operator Add negating filter operators e.g "is not empty", "does not contain..." Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant