Search words separately in input field

I have a search feature created from an input field that opens up a RG from my database.
I have set the RG to show items from ‘any field’ that contains the ‘input field’s value’.

That works great if the input field matches something in the database exactly. However, I need it to show keywords rather than the exact sentence string. How do I do this?

Thanks!

Do you mean you want to find results that contain “My”, “new” or “toaster”, rather than the complete string “My new toaster”?

If so, you can try setting a state that’s a list of text fields:

Screenshot 2023-09-21 at 8.24.47 PM

My online sale name is:

and the contents of my custom state is:

Screenshot 2023-09-21 at 8.25.38 PM

Don’t know, though, if this is what you are looking for.