Mailspring/internal_packages/thread-search/lib
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
..
main.es6 feat(event-search): Add event search to calendar 2016-11-15 17:27:31 -08:00
search-actions.es6 feat(babel6): fix es6 importing from coffee 2016-05-06 12:00:45 -07:00
search-mailbox-perspective.es6 [thread-search] Fix archiving from search perspective 2017-01-04 11:15:45 -08:00
search-query-parser.es6 [thread-search] Background on-keypress search queries 2017-01-23 11:50:27 -08:00
search-query-subscription.es6 [thread-search] Improve local thread search 2017-01-11 14:26:42 -08:00
search-store.es6 [thread-search] Background on-keypress search queries 2017-01-23 11:50:27 -08:00
thread-search-bar.jsx fix(search): allow custom search result elements 2016-11-17 16:01:55 -08:00