Advanced Bubble users, what's a neat trick you recently discovered?

Better Searching

The below was done without plugins

Tl;dr Example App / Editor

What is the secret to the partial match search?
Regex
\b(?=\w{0,20}\b)\w{0,9}(Input A's Value:lowercase)\w*

Repeating group with the following data source:
via Do a Search for: filtered > Advanced : this item's name:lowercase:extract with regex

How do you get the auto dropdown search results?
-Focus group (for dropdown)
-Repeating group (for results)
-Conditional workflows triggering show/hide of the focus group
-A couple of other workarounds to polish the UX

27 Likes