meteor-typeahead
meteor-typeahead copied to clipboard
Server side search not working
It seems the server-side search doesn't work on the demo http://typeahead.meteor.com/.
It works. The page lacks the information about the data that you can query. Wait for a while until the page shows the code snippets instead of just the search boxes. After that, try typing in letter 's' or 't' in the server side search box.
It indeed does work, the problem with the demo setup is that the autopublish package is installed. This results in the server publishing the 160,000 documents (ending up in your browser), making it all very very slow.
It would have been better if the server side demo had its own isolated meteor demo project (with autopublish removed).