aboutsummaryrefslogtreecommitdiff
path: root/source/search.py
Commit message (Collapse)AuthorAge
* 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