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
filterProperties: ['name', 'description'] ... The object will be matched and passed to the array in update
filterProperties: ['name', 'color'] ... The object will NOT be matched or passed to the array in update
So in your case, when you input 'abc', items will be considered matched only when BOTH of title and description contains 'abc'.
If you want to filter items by more than one attribute, use the comparator instead of filterProperties.
Hi,
I would like to know if it is possible to filter not only on 1 attribute, but on several like :
So, if one of the 2 attributes contains what's in the textFilter, then it's kept in the list.
Thank you & kind regards
The text was updated successfully, but these errors were encountered: