You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/include
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.
11 years ago
..
autoload.php
ccache.php
colors.php
crypt.php
db-prefs.php move db-prefs to OO 12 years ago
db.php
digest.php remove some unused code reported by phpmd 11 years ago
errorhandler.php
feedbrowser.php remove some unused code reported by phpmd 11 years ago
functions.php bump schema version to fix resetpass_token created as a wrong type in 124 11 years ago
functions2.php Make search mechanism pluggable 11 years ago
labels.php remove some unused code reported by phpmd 11 years ago
login_form.php
rssfuncs.php deactivated FeedParser re-use as it is not multiuser safe 11 years ago
sanity_check.php Make search mechanism pluggable 11 years ago
sanity_config.php Make search mechanism pluggable 11 years ago
sessions.php
version.php release 1.12 11 years ago