When passing an object set to filter list, I want to filter on multiple property. And these properties should be filtered on a text which will be entered in a text input, through which I get the text string which the user has entered.
Now the requirement is to check multiple properties if a match of this entered text exists. I tried different combinations of includes with (is, contains) and (All, Any). But nothing helps.
Currently I only get an output when I filter one property on the text entered.
Is it even possible to get the desired result or should I create a TS function and just call it?
