Hi all,
we are working on a search feature that works well for users to swiftly filter our help directory.
I.e. enter the search word and display help cards >
select card and view detail pop-up.
The next two things we want to add:
- Highlight words from the search box input:
- Use voice plugin to store the result in database > then display results in RG (repeating group).
- highlight voice captured words
NOW THE CHALLENGE
We manage to get the result into the search input when users voice the search query. But instead of displaying the result in the RG. Nada.
There is a suggestion from the Zeroqode team to store the result in the database, use the result to display in the RG.
I wonder how to plan the database so that multiple users can use voice at the same time, or will we have issues with the number of queries we store?
Who can help us?