Commit Graph

6 Commits (54c1b5c6110262c93b0692631f5ffb2d2c511257)

Author SHA1 Message Date
Andrew Dolgov 3a0292303e php: remove trailing whitespaces 6 years ago
Andrew Dolgov 21ce7d9ec0 update phpmd ruleset to use (subset) of cleancode
fix various minor issues reported by static analysis
remove redundant php closing tag from several more files
7 years ago
Andrew Dolgov 0722e857c0 add additional check for sphinxclient class 9 years ago
Andrew Dolgov edd882ede4 search_sphinx: abort if system client library exists 10 years ago
Andrew Dolgov af2c15f3d3 mention config.php settings in search_sphinx plugin description 10 years ago
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.
10 years ago