Hello. For my use case, I'm looking up names in a list. Therefore, my search term can be multiple words matched to the list in any order.
In other words, if the user searches for "Doe John" and my list contains "John Doe", both "John" and "Doe" should be highlighted as that list item is matched.
Would it be possible for the API to take a list of search terms?
Hello. For my use case, I'm looking up names in a list. Therefore, my search term can be multiple words matched to the list in any order.
In other words, if the user searches for "Doe John" and my list contains "John Doe", both "John" and "Doe" should be highlighted as that list item is matched.
Would it be possible for the API to take a list of search terms?