Closed Ezra-Siton-UIX closed 2 years ago
https://tarekraafat.github.io/autoComplete.js/#/configuration?id=searchquery-record-options
I did not find any example.
autoCompleteJS.search(query, record, options);
What the purpose of this function?
It returns a substring of record that matches query, if any. If not, it returns nothing.
record
query
Thanks.
https://tarekraafat.github.io/autoComplete.js/#/configuration?id=searchquery-record-options
I did not find any example.
What the purpose of this function?