index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
search.py
Commit message (
Collapse
)
Author
Age
*
Added a function which returns the number of undeleted documents of the ↵
Cédric Bonhomme
2013-07-25
|
|
|
|
Whoosh index.
*
The Whoosh index stays now in sync with the MongoDB database.
Cédric Bonhomme
2013-07-25
|
*
AsyncWriter is used to prevent whoosh.store.LockError error. And we only try ↵
Cédric Bonhomme
2013-07-24
|
|
|
|
to add new articles to the index.
*
added add_to_index function, to add an article to the Whoosh index.
Cédric Bonhomme
2013-07-24
|
*
Test if the database has not been indexed.
Cédric Bonhomme
2013-06-25
|
*
Removed the limit of results for the search with whoosh.
Cédric Bonhomme
2013-06-24
|
*
Integration of the new search module.
Cédric Bonhomme
2013-06-24
|
*
Added index_base view in order to launch the indexing.
Cédric Bonhomme
2013-06-24
|
*
Added missing import.
Cédric Bonhomme
2013-06-24
|
*
First functional version of the indexed full-text search.
Cédric Bonhomme
2013-06-24
|
*
A test of the whoosh library
Cédric Bonhomme
2013-06-24
|
*
Removed search.py.
Cédric Bonhomme
2013-01-11
|
*
We'll try a simple index searching algorithm.
Cédric Bonhomme
2013-01-11
bgstack15