Best way to do a multi-option Search?

Hi there,

I have a Search that I want to implement which can be based on multiple search options as show in the image below (ie; Languages, Skills, Timezone)…

How can I implement this correctly where a user could search, for example, a person who speaks English and in the Europe/London timezone, and for the repeatinggroup to update on the page.

Just trying to figure out the best method?

Would love to hear your thoughts so I can dive into this weekend :wink:

You should be able to have all three constraints in the same source expression for your Repeating Group. My only tip would be, make sure you’re on the latest Bubble version and be mindful of this important change (which would be relevant to this 3-constraint search:

Point being, some of your constraints are going to be empty until the user selects other options.

You’re probably going to want to check the “ignore empty constraints” checkbox in this case to get the desired behavior.

1 Like

Awesome. Thanks @keith

1 Like

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