I have a search function in my Bubble app. The search input only searches one field so the feature is not as effective as I would like it to be. I would like help on how to make the input search more than one field. Any help would be appreciated.
Instead of specifying a particular field, there is a choice called “Any Field Contains” that willsearch all the fields.
Hey, I can’t seem to find this feature. I have attached a screenshot below. Looking forward to hear from you!
Sorry about my delay! Your reply didn’t popup up for me-
So for your use-case, in my example above, it’s actually the Repeating Group’s data source constraints that you’ll be using. In fact, I don’t use the native ‘searchbox’ element, I use the ‘input’ element. On my Repeating Group’s data source, under Constraints, I have ‘Any Field’ ‘Contains’ ‘Input Job Title’s Value’.
Let me know if that makes sense and works for you. Good luck!