I have the following screen and mapping setup:
a searchbar and a list ite
The query text in the request mapped to the searchbar is: code{"tit":{"$regex":"S", "$options":"i"}}/code
This shows all titles starting with "S"
I've read some tutorials but they're a little different. I need the steps to accomplish these:
ul
liGive all the titles at start and when the searchbar is empty/li
liFilter the titles in the list to match the searchbar text as it is typed/li
liGive all titles that match what is typed in the searchbar anywhere in the title, not only at the beginning of the title/li
/ul