Skip to content
Snippets Groups Projects
Forked from TeDomum / Feeds
Source project has a limited visibility.
  • Rob Hoelz's avatar
    baaf4c30
    Make search mechanism pluggable · baaf4c30
    Rob Hoelz authored
    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.
    baaf4c30
    History
    Make search mechanism pluggable
    Rob Hoelz authored
    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.