Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use => search(query, record, options) API option #337

Closed
Ezra-Siton-UIX opened this issue Apr 25, 2022 · 2 comments
Closed

How to use => search(query, record, options) API option #337

Ezra-Siton-UIX opened this issue Apr 25, 2022 · 2 comments
Labels
question Further information is requested

Comments

@Ezra-Siton-UIX
Copy link

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?

@folknor
Copy link

folknor commented Apr 26, 2022

It returns a substring of record that matches query, if any. If not, it returns nothing.

@TarekRaafat TarekRaafat added the question Further information is requested label Apr 29, 2022
@Ezra-Siton-UIX
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants