I’m working on setting up an input element to be used to filter/search for specific values inside of a repeating group data set.
Is there a way to set it up where it only displays results based on the first few characters? Mine is working fine, however it also shows me results based on the second word in a data set. For instance, if I start typing “S” to I can find a data set called “Sentry Insurance”, it shows me the “Sentry Insurance” data set just like I wanted. But it would also show me “Accredited Specialty” because the “S” in the second word. I don’t want that.
I’ve included pictures of how it is setup and what is exactly happening.
For this, you need to experiment a bit with Bubble’s search feature. This method has worked for me: I truncate the customer’s first name to the same length as my search term, and then I use Bubble’s contains to see if they match.
How are you able to get it to show advanced in the filter settings? Mine only allows me to select the data data set value, then it has to be an equal sign or contains or something along those lines.