Everlag / preordain-client

The full client that sits at https://preorda.in
Other
1 stars 0 forks source link

preordain-typeahead leaking suggestions #24

Closed Everlag closed 8 years ago

Everlag commented 8 years ago

If you view anything from a remote source in the typeahead, it drains the displayed options and they are never seen again.

To reproduce: search 'windswept', clear the field, search 'windswept' again, note the difference in results.

The forked typeahead.js repo we use is ~20 commits ahead of the one we have pinned, perhaps upgrading would be a quick solution?

Everlag commented 8 years ago

The splice over here is likly to responsible as it only affects remote queries and drains the amount of suggestions we show.