summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/search.py
AgeCommit message (Expand)Author
2014-12-22refactoring package structureDuda Dornelles
2014-12-17Fix issue #200 search works with base63 bodiesFábio Pio
2014-12-12Card #168 - ignores contacts coming from trash and draftsPatrick Maia
2014-11-24Fixed pep8 warnings.Folker Bernitt
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-18Deferring TagsController.tags and fixing tests to deal with deferredsDuda Dornelles
2014-11-10adding encrypted file index to whooshDuda Dornelles
2014-10-22index mails to accept a callback so that we can mark all as not recent when w...Duda Dornelles
2014-10-20remove deleted from mail schema.Lisa Junger
2014-10-20adds permant deleted for trashed messages.Lisa Junger
2014-10-20Changed search so that you can search without specifying paginationBruno Wagner
2014-10-17Date is now stored as number, and is correctly used for sortingBruno Wagner
2014-10-17#102 #113 Sorting through search, and ignoring duplicate results on searchesBruno Wagner
2014-10-17improving matching for filtering tags and fixing pep8 warningsDuda Dornelles
2014-10-17better tests for getting all tags and filtering all tags. some fixes go togetherDuda Dornelles
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ...Bruno Wagner
2014-10-16Pep8 fixesBruno Wagner
2014-10-16Created a way to search all mails with no pagination for indexingBruno Wagner
2014-10-16Pagination was breaking new mail indexing, because it doesn't use pagesBruno Wagner
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-15#101 Raw is now the default search fieldBruno Wagner
2014-10-15Moved some common properties of mail and input mail to another classBruno Wagner
2014-10-14Indexing mails when (un)marking as read and fixing tags countDuda Dornelles
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
2014-10-10Search engine files to be in ~/.leapDuda Dornelles
2014-10-10Increasing results limitDuda Dornelles
2014-10-10Using file index for whoosh and fixing functional testsDuda Dornelles
2014-10-09Added whoosh as search engine (issue #94).Folker Bernitt