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

Filters "OR" global operator #2686

Open
2 tasks
franciscailleAstus opened this issue Feb 19, 2020 · 1 comment
Open
2 tasks

Filters "OR" global operator #2686

franciscailleAstus opened this issue Feb 19, 2020 · 1 comment
Labels
enhancement Grid The DevExtreme Reactive Grid component

Comments

@franciscailleAstus
Copy link

franciscailleAstus commented Feb 19, 2020

I'm using ...

  • [X ] React Grid
  • React Chart
  • React Scheduler

Description

In the actual format grid format, it is only possible to search by matching all filters (AND).
It could be nice to find all results even if only one filter match the result (OR)

Exemple:
I seach {
Name: "John",
Sex: "M"
}

The result {
Name:"John",
Sex: "F"
} would show up, because of the "OR" global operator.

@franciscailleAstus franciscailleAstus changed the title Filter "OR" global operator Filters "OR" global operator Feb 19, 2020
@LazyLahtak LazyLahtak added enhancement Grid The DevExtreme Reactive Grid component labels Feb 20, 2020
@LazyLahtak
Copy link
Contributor

Hi @franciscailleAstus,

Thank you for your interest in our product.
We will consider implementing this feature. Here is a workaround that you can try - create a custom plugin with the filterExpression getter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Grid The DevExtreme Reactive Grid component
Projects
None yet
Development

No branches or pull requests

2 participants