diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-12 23:19:59 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-12 23:19:59 +0100 |
commit | 2341897504f005e84b1636737847b8c9c3e714f8 (patch) | |
tree | c9724155e2932ab50c542c8b8f31e2f6e10145ef | |
parent | Article searching with Whoosh OK. (diff) | |
download | newspipe-2341897504f005e84b1636737847b8c9c3e714f8.tar.gz newspipe-2341897504f005e84b1636737847b8c9c3e714f8.tar.bz2 newspipe-2341897504f005e84b1636737847b8c9c3e714f8.zip |
Updated README.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ Features ------------ * articles are stored in a [MongoDB](http://www.mongodb.org/) database; +* fast full-text indexing and searching thanks the [Whoosh](https://bitbucket.org/mchaput/whoosh) library; * e-mail notification; * favorite articles; * share articles with Google +, Pinboard and reddit. |