Fuzzy search not working correctly?

Hello Bubble,

Im trying to use a simple fuzzy search function for a repeating group displaying users that are in a team (the group has the team data) but i cant get it to work? No clue what i am doing wrong here… if i give the fuzzy search the data of do a search for all users then it works fine?


![Screenshot 2025-04-25 at 14.20.44|690x392](upload://l7AsVVbot5Qq7HLpl3



DNdv1f4Wl.png)

Not sure what i am doing wrong, am i fetching the data the wrong way? Thankful for any tips!

your fuzzy search should have the full data you want to search from(i.e. do a search for all users).

Then your repeating group will reference the data from the fuzzy search.

1 Like

Hey @nocodejordan, thanks for the quick reply, but what if i only want to search for the user in this group and not accidentally show users that are not part of that group but has the same name?

The structure i have if it helps:
user > employee > company

Company teams

  • List of employees
  • Name
  • Company

You would use conditions in your first search to limit displaying users that are not meant to be there.


Do you mean here? How do I here set the condition to only display users that are in the parent team group?

@nocodejordan i tried the advanced filter but i dont think im doing it right, its not completing it this way:

How do you mean i should do it?

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