summaryrefslogtreecommitdiff
path: root/plugins/search_sphinx
AgeCommit message (Collapse)Author
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2015-04-03add additional check for sphinxclient classAndrew Dolgov
2014-04-23search_sphinx: abort if system client library existsAndrew Dolgov
2014-04-23mention config.php settings in search_sphinx plugin descriptionAndrew Dolgov
2014-04-23Make search mechanism pluggableRob Hoelz
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.