Hi, I have created a filter that returns results only if the full keyword exactly matches. However, I want to list all the items if at least one of the word matches within the full keyword. How can I achieve that?
Here is my function. I'm searching for a list item and return the result on another page. However, I have to type the full title of the item which I need to return my result even at least one-word matches within the full keyword.
ClearCollect(NewCollection,Filter('/ListName/', Title= TextInput1.Text));Navigate(ScreenPratiche,ScreenTransition.Fade)
Thanks.

Report
All responses (
Answers (