Mailspring/internal_packages/thread-search
Mark Hahnenberg c7d8f1700d [thread-search] Background on-keypress search queries
Summary:
When the search index got very big the queries we were running during
after keypress would cause jank in the UI which was very noticeable on
subsequent keypresses. This diff backgrounds these queries and adds a
LIMIT to the fts MATCH clauses to avoid having to send too much stuff
across the IPC bridge.

Test Plan: Run locally, make sure that typing is smooth while searching

Reviewers: juan, evan

Reviewed By: juan, evan

Differential Revision: https://phab.nylas.com/D3757
2017-01-23 11:50:27 -08:00
..
lib [thread-search] Background on-keypress search queries 2017-01-23 11:50:27 -08:00
spec [thread-search] Add support for category search (i.e. "in:foo") 2017-01-13 11:53:41 -08:00
stylesheets feat(event-search): Add event search to calendar 2016-11-15 17:27:31 -08:00
package.json deps(*): Lift deps out of packages for simpler install / better deduping 2016-11-09 14:24:10 -08:00
README.md feat(thread-search): Add spinner to indicate search in progress 2016-04-10 16:20:26 -07:00

React version of thread list