We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At https://twitter.github.io/typeahead.js/examples/#remote
You need to type something longer which cannot retrieve 5 results from local prefetched data to see it.
I realize that the prefetch part works, but the remote part is broken. The query urls simply do not exist.
prefetch
remote
For instance, these:
However, some seems to work:
Suggestion for updating the gist: remove the remote. Example in cloned gist: https://gist.github.com/jesperronn/fc05bc6dbcd7f4badbe2
The text was updated successfully, but these errors were encountered:
Hmm, on second thought, since this is a 'remote' example, we cannot remove the remote part.
Any suggestions on how to fix the remote querying?
Sorry, something went wrong.
@jesperronn I think the proper url for the french films is: https://raw.githubusercontent.com/twitter/typeahead.js/gh-pages/data/films/queries/fr.json
Check the gh-pages branch.
gh-pages
Also, looks like #1379 is a duplicate.
No branches or pull requests
At https://twitter.github.io/typeahead.js/examples/#remote
You need to type something longer which cannot retrieve 5 results from local prefetched data to see it.
I realize that the
prefetch
part works, but theremote
part is broken. The query urls simply do not exist.For instance, these:
However, some seems to work:
Suggestion for updating the gist: remove the remote. Example in cloned gist: https://gist.github.com/jesperronn/fc05bc6dbcd7f4badbe2
The text was updated successfully, but these errors were encountered: