Search and repeating group

Spent too much time on this… I have repeating group and i want to add search functionality, that will filter the list without leaving to other page etc…

How to do that?

@naz Add :filtered on ‘do a search’ in repeating group (RG) with constraint on a field = input’s value where the user types something in input and gets customized results in RG.

2 Likes

I am so thankful!

1 Like

I’ve just published an article on Medium that outlines a simple implementation on Bubble of search-like functionality.
The way that Bubble’s filters work is that they only match whole words.
My solution can only search for the beginning or end of a text, but it works pretty well, and doesn’t require workflows and other complex combinations.
[https://medium.com/@raz_855/building-a-bubble-is-search-filter-db80b8253d13](http://Buildinga-Bubble.is search filter)

1 Like

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