I have a repeating group which shows a text and date type which are user generated from an input form.
I’d like to create a search which when used both searches the text type and adjusts the repeating group to show the results.
I’ve added a search input into the repeating group which autocompletes and searches fine, however I can’t seem to get the repeating group updated against the search term.
Don’t have an option for text contains so I did:
Do a search for > Title = SearchBox B’s typed text.
Didn’t seem to work! Why is a search so tricky! Haha!
When button search is clicked > Hide RepeatingGroup Todo > Display list in RepeatingGroup ToDo.
To confirm I’m looking to hide the exisiting list and replace with just items whose title (a text field name) matches against a title the user has searched for.
If I go for display data in group I don’t see my repeating group, hence I’ve chosen the Display List but in this option there’s no way to filter against the title and only show these results?