Hey all,
Ran into this problem and can’t seem to figure out how to fix!
I have users creating a product that other users can then search for in the database. When my main user creates a product I’m using the following expression to store all relevant data under a field called Searchable Text to be used with a fuzzy search.
And it stores the data for me
However my fuzzy search does not pick up any of the stored values in my text field. I’ve tested the fuzzy on other fields and it works.
Odd part is - if I erase the saved data and manually enter it on the back-end…the fuzzy pulls that search result up fine!
Any ideas?? I thought :append is the right expression for this…