devextreme-reactive icon indicating copy to clipboard operation
devextreme-reactive copied to clipboard

Filters "OR" global operator

Open franciscailleAstus opened this issue 5 years ago • 1 comments

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 avatar Feb 19 '20 16:02 franciscailleAstus

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.

LazyLahtak avatar Feb 20 '20 10:02 LazyLahtak