Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ./MWSearch/MWSearch.php: $wgHooks['PrefixSearchBackend'][] = 'LuceneSearch::prefixSearch';
  2. ./MWSearch/MWSearch_body.php: * PrefixSearchBackend override for OpenSearch results
  3. ./CirrusSearch/includes/Hooks.php: $wgHooks[ 'PrefixSearchBackend' ][] = 'CirrusSearch\Hooks::prefixSearch';
  4. ./SphinxSearch/SphinxMWSearch.php: * PrefixSearchBackend override for OpenSearch results
  5. ./SphinxSearch/SphinxSearch.php: $wgHooks[ 'PrefixSearchBackend' ][ ] = 'SphinxMWSearch::prefixSearch';
  6. ./SolrStore/SolrSearch.php: * PrefixSearchBackend override for OpenSearch results
  7. ./TitleKey/TitleKey.php:// take over the PrefixSearchBackend hook without disabling the
  8. ./TitleKey/TitleKey.php: $wgHooks['PrefixSearchBackend'][] = 'TitleKey::prefixSearchBackend';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement