Hi,
I am trying to write a custom search with SfAutoComplete that behaves in the following way:
1. It should first look for items that Start with the search phrase (NOT case-sensitive)
2. It will then include the items that do not start with the search phrase but contain the search phrase.
How can I get that order right?
Thanks!