How was this multi field search implemented in Bubble?

This is a Bubble app that searches first name, last name or phone from the same search box…

Here’s a video of the search box in action: https://youtu.be/nQnCJdEUQ6c?t=15

There can be an additional field within User DT to store text (concatenated name + surname + number) for search purposes.
Or sattelite DT is used here.
Or some plug-in that allows to search via multiple fields

1 Like

You’re a genius!

Thank you!

What are your findings?

I don’t get your question.

It seems like you found a solution based on the previous answer. I was just wondering what is was that made you solve your problem.

Ok, yes.

From what he said…

Create a new field, in my case I names it “Firstname + Lastnama + phone”. Then at the point where you save the user’s first name, last name and phone number, just “concatenate” or join the values together in that new field.

Then select this field in the “field to search” option…

1 Like

I’m curious to know if this will work with joining data from option sets. 1) Do you mind sharing screenshots of your editor for concatenating fields? 2) Are these joined fields all static text fields of your User type or are there any option set fields you’re pulling data from?

This topic was automatically closed after 70 days. New replies are no longer allowed.