I need some help with a Do search applied to a repeating group.
I have an application listing thousands of song titles with their performers and, on the home page, I have a repeating group that filters and sorts according to the choice made by the user with searchboxes, checkboxes and custom states.
Given the large number of titles, a user asked me if it was possible to filter by first letter. For example, if I chose “P”, only titles beginning with “P” would appear in the repeating group.
The problem is that I can’t modify the Do search in this way, you can’t truncate.
I’ve managed to filter to show only titles containing the chosen letter in uppercase, but there may be titles with this uppercase in the middle of the title, so it won’t be foolproof.
For thousands of song titles I’d think that storing the first letter in a separate field would be best performance wise.
But wouldn’t users want to see all titles that have that letter for the initial character of any word?
for “The Best Song Ever” wouldn’t user’s expect B to retrieve that title in search?
Yes, that’s what I meant. Maybe I’ll create a temporary button so that it updates the title with its initial and performer. That’ll save me having to do it for all 4,500 titles