Update view and show search result while typing in search bar

I am using nodejs and mongodb and would like to show search results asynchronously. Update the view and show search results as the user is typing in the search bar. How can I do that? any tutorials or an example would be helpful.

Do a Google search for “javascript mongodb autosuggest”. That should find some results for you.

HTH,

^ _ ^

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.