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

Listview filter with AND/OR #1063

Closed
clechner77 opened this issue Nov 18, 2021 · 3 comments · Fixed by #1126
Closed

Listview filter with AND/OR #1063

clechner77 opened this issue Nov 18, 2021 · 3 comments · Fixed by #1126

Comments

@clechner77
Copy link

Category

[ ] Enhancement

[ ] Bug

[X] Question

Version

Please specify what version of the library you are using: [ v3 ]

Expected / Desired Behavior / Question

Can listview filter on multiple fields/colums with AND/OR ? I could not figure out a syntax that would accommodate that scenario. Also note, documentation has a spelling mistake -->ColumndName

@ghost
Copy link

ghost commented Nov 18, 2021

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

@ghost ghost added the Needs: Triage 🔍 label Nov 18, 2021
@github-actions
Copy link

Thank you for submitting your first issue to this project.

@AJIXuMuK
Copy link
Collaborator

AJIXuMuK commented Dec 4, 2021

Hi @clechner77,

For now ListView supports filtering based on all columns or one specific column, with the contains check of the value.
There is no way to do AND/OR filtering on multiple columns.
I'd say "filter" is more "search" in that case.

We'd be happy if you enhance the control with additional functionality.
If you are interested - feel free to create a PR.

@AJIXuMuK AJIXuMuK closed this as completed Dec 4, 2021
@AJIXuMuK AJIXuMuK mentioned this issue Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants