Hey @shane.00.king ,

Thanks for sharing this! :pray:

Since the issue is that the repeating group is not refreshing automatically, but Fuzzy Search is still working, it likely means Bubble is not detecting the data change properly. Here are a few ways to fix it:

1. Force the Repeating Group to Detect Data Changes

  • Try setting the repeating group’s data source to:
    FuzzySearch A’s Matches:filtered (constraint: always true)
    This small filter forces Bubble to recognize that the list has changed and refresh the repeating group.

2. Use a Custom State as an Intermediary

  • Instead of directly setting the repeating group’s data source to FuzzySearch A’s Matches, do this:
    • Create a custom state (e.g., searchResults) of the same data type as your list.
    • Set up a workflow:
      • When input value changes → Set custom state searchResults = FuzzySearch A’s Matches
      • Set the repeating group’s data source to searchResults.
        This forces Bubble to update the repeating group when the input changes.

3. Manually Trigger Repeating Group Refresh

  • If needed, you can add a workflow:
    • When input’s value changes → Display List in Repeating Group (FuzzySearch A’s Matches)
      This is similar to your button workaround but removes the need for a manual click.

Let us know if any of these solutions work! :rocket:

Regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3