index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
pixelated
/
adapter
/
search.py
Age
Commit message (
Expand
)
Author
2014-11-24
Fixed pep8 warnings.
Folker Bernitt
2014-11-24
Adding contacts controller and basic contact search
Duda Dornelles
2014-11-18
Deferring TagsController.tags and fixing tests to deal with deferreds
Duda Dornelles
2014-11-10
adding encrypted file index to whoosh
Duda Dornelles
2014-10-22
index mails to accept a callback so that we can mark all as not recent when w...
Duda Dornelles
2014-10-20
remove deleted from mail schema.
Lisa Junger
2014-10-20
adds permant deleted for trashed messages.
Lisa Junger
2014-10-20
Changed search so that you can search without specifying pagination
Bruno Wagner
2014-10-17
Date is now stored as number, and is correctly used for sorting
Bruno Wagner
2014-10-17
#102 #113 Sorting through search, and ignoring duplicate results on searches
Bruno Wagner
2014-10-17
improving matching for filtering tags and fixing pep8 warnings
Duda Dornelles
2014-10-17
better tests for getting all tags and filtering all tags. some fixes go together
Duda Dornelles
2014-10-16
Fixed the pagination on the front-end and added real total mail count ot the ...
Bruno Wagner
2014-10-16
Pep8 fixes
Bruno Wagner
2014-10-16
Created a way to search all mails with no pagination for indexing
Bruno Wagner
2014-10-16
Pagination was breaking new mail indexing, because it doesn't use pages
Bruno Wagner
2014-10-16
#96 Mail searches are now paginated, the pages number start at 1 now
Bruno Wagner
2014-10-15
#101 Raw is now the default search field
Bruno Wagner
2014-10-15
Moved some common properties of mail and input mail to another class
Bruno Wagner
2014-10-14
Indexing mails when (un)marking as read and fixing tags count
Duda Dornelles
2014-10-14
No more tag_index - now whoosh does everythin
Duda Dornelles
2014-10-10
Search engine files to be in ~/.leap
Duda Dornelles
2014-10-10
Increasing results limit
Duda Dornelles
2014-10-10
Using file index for whoosh and fixing functional tests
Duda Dornelles
2014-10-09
Added whoosh as search engine (issue #94).
Folker Bernitt