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!