-
Notifications
You must be signed in to change notification settings - Fork 16
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
Search: does not work anymore #839
Comments
This is probably a regression introduced by #817. |
I get an Error: Pattern length is too long in debug mode (console). |
I don't know what this means… |
Ok, we're fixing a regression introduced in typeahead 0.11.1. The regression is tracked by twitter/typeahead.js#1313. And there is an (unmerged) PR here: twitter/typeahead.js#1207. One workaround would involve storing the dataset in the suggestion object, but this would require some work, as we handle different suggestion types. Another option is to try to revert #817. This may just require adding a custom extern type for It took me 1h to investigate the issue. I'll take me another hour or so to revert #817 and introduce the extern type override. |
I finally decided to make the revert PR. See #849. And it actually took me less than 1h. |
(Firefox on Mac): You cannot choose a result from the search anymore by hitting enter or clicking the result
Might be a build problem ... we'll see
The text was updated successfully, but these errors were encountered: