Files
zulip/static/js
Steve Howell b65da7cbe9 compose typeahead: Do matching/sorting without callbacks.
We want to do our own matching of items, rather than
just giving a callback to bootstrap, which does $.grep
on all the items.

Doing our own matching gives us flexibility for future
improvements like custom data structures for searching
through big amounts of data.  Even in the short term
we can speed up searches by pulling expensive operations
outside the grep/filter call.

This architecture has been in place for our search
bar since ~2014.
2020-01-03 17:39:48 -08:00
..
2020-01-03 17:19:50 -08:00
2019-12-30 09:50:22 -08:00
2020-01-03 17:19:50 -08:00
2019-10-25 13:51:21 -07:00
2020-01-03 17:19:50 -08:00
2020-01-03 17:19:50 -08:00
2019-10-25 13:51:21 -07:00
2020-01-03 17:19:50 -08:00
2020-01-03 17:19:50 -08:00
2020-01-03 17:19:50 -08:00
2020-01-03 17:19:50 -08:00
2020-01-03 17:19:50 -08:00
2019-10-25 13:51:21 -07:00
2020-01-03 17:19:50 -08:00
2020-01-03 17:19:50 -08:00