Commit graph

3 commits

Author SHA1 Message Date
Rob Hoelz
baaf4c3043 Make search mechanism pluggable
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching.  It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged.  This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active.  The Sphinx search behavior has been
broken out into a plugin.
2014-04-23 04:49:54 +00:00
Craig Meyer
116841e4e3 Update lib/sphinxapi.php to V2.0.1 2011-08-04 18:41:04 +00:00
Andrew Dolgov
e4f7f8dff2 add support for Sphinx search engine 2010-11-12 21:44:19 +03:00