Better email search #72

Open
opened 2019-06-26 17:13:57 +02:00 by mikegioia · 0 comments
mikegioia commented 2019-06-26 17:13:57 +02:00 (Migrated from github.com)

The current search just takes a string query and searches the subject and plain text of all emails. It would be nice to add in the ability to sort, use more complex search parameters like "from:name@address.com", and more. These will need to be managed in some sort of "Search Manager" class or something.

  • Move raw SQL to a new search builder
  • Add in processing for complex search strings
  • Add sorting to the UI
  • Set up an advanced search page with more form fields (instead of from:* to:* syntax)
The current search just takes a string query and searches the subject and plain text of all emails. It would be nice to add in the ability to sort, use more complex search parameters like "from:name@address.com", and more. These will need to be managed in some sort of "Search Manager" class or something. - [ ] Move raw SQL to a new search builder - [ ] Add in processing for complex search strings - [ ] Add sorting to the UI - [ ] Set up an advanced search page with more form fields (instead of from:* to:* syntax)
Sign in to join this conversation.
No description provided.