You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I'm using ...
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.
The text was updated successfully, but these errors were encountered: