aboutsummaryrefslogtreecommitdiff
path: root/source/search.py
Commit message (Expand)AuthorAge
* Added a function which returns the number of undeleted documents of the Whoos...Cédric Bonhomme2013-07-25
* The Whoosh index stays now in sync with the MongoDB database.Cédric Bonhomme2013-07-25
* AsyncWriter is used to prevent whoosh.store.LockError error. And we only try ...Cédric Bonhomme2013-07-24
* added add_to_index function, to add an article to the Whoosh index.Cédric Bonhomme2013-07-24
* Test if the database has not been indexed.Cédric Bonhomme2013-06-25
* Removed the limit of results for the search with whoosh.Cédric Bonhomme2013-06-24
* Integration of the new search module.Cédric Bonhomme2013-06-24
* Added index_base view in order to launch the indexing.Cédric Bonhomme2013-06-24
* Added missing import.Cédric Bonhomme2013-06-24
* First functional version of the indexed full-text search.Cédric Bonhomme2013-06-24
* A test of the whoosh libraryCédric Bonhomme2013-06-24
* Removed search.py.Cédric Bonhomme2013-01-11
* We'll try a simple index searching algorithm.Cédric Bonhomme2013-01-11
bgstack15