-
-
Notifications
You must be signed in to change notification settings - Fork 241
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 can I disable search and make autoComplete just display the API result set #400
Comments
Hey I encountered the same problem. I think according to the documentation you could implement a custom search engine. For me setting the search engine to "loose" solved my problem. EDIT: |
Thank you @LuViKu |
@LuViKu can you please give an example of the whole config or setup? |
@squareclouds sure here is my implementation: `// custom search engine
Please let me know if anything is unclear. |
@LuViKu perfect! this worked like a charm :) you had one mistake though, after resultItem you close the whole object, you have one bracket too much
|
Hey guys,
I have REST API that searches and returns back the results and I use the autoComplete to just display these results 'as is'. I don't need to search them again.
Is there a version of autoComplete or a way to modify current code to just display whatever it receives from the REST API call?
Cheers,
adam
The text was updated successfully, but these errors were encountered: