mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
668c2935c9
Summary: Previously we waited to build the local ThreadSearch index until we were done with the initial mail sync. This is undesirable because inboxes can be very large, making local sync useless for a number of hours after a user adds an account. This diff removes that restriction. This diff also adds a new rudimentary new grammar (along with accompanying lexer and parser) for local thread search queries. This grammar is then translated into the appropriate SQL queries on the ThreadSearch index table. More advanced features (e.g. in:category, date ranges, etc) can be added easily in the future by augmenting this simple search query language. Test Plan: Run locally, new unit tests Reviewers: juan, evan, khamidou Reviewed By: khamidou Differential Revision: https://phab.nylas.com/D3614 |
||
---|---|---|
.. | ||
main.es6 | ||
search-actions.es6 | ||
search-mailbox-perspective.es6 | ||
search-query-parser.es6 | ||
search-query-subscription.es6 | ||
search-store.es6 | ||
thread-search-bar.jsx |