summaryrefslogtreecommitdiff
path: root/inc/fulltext.php
Commit message (Expand)AuthorAge
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
* improve qsearch suggestionsGerrit Uitslag2014-07-30
* Merge pull request #546 from splitbrain/phrase_matchChristopher Smith2014-03-02
|\
| * Add FULLTEXT_PHRASE_MATCH event for allowing plugins to match phrasesMichael Hamann2014-02-15
* | Fix the snippet search to continue after the previous matchMichael Hamann2014-02-15
* | Only use the whole text as search snippet when it's the first matchMichael Hamann2014-02-15
|/
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
* Index media file usage in the metadata index and use it in ft_mediause()Michael Hamann2013-07-31
* Fix the useheading cache invalidation for hidden pages, add testsMichael Hamann2013-07-31
* apply media_isexternalKlap-in2013-05-21
* check for unicode preg capabilities in UTF-8 lib FS#2636Andreas Gohr2012-11-12
* fix word boundary matching on broken platforms FS#2440Andreas Gohr2012-07-28
* some edge case checking in search result highlightingAndreas Gohr2012-04-20
* Hide hidden and deleted pages from the backlinksMichael Hamann2011-08-10
* Change when metadata is rendered - only when really neededMichael Hamann2011-05-08
* Make the page lookup by title case insensitive againMichael Hamann2011-04-23
* Make ft_pageLookup respect the namespace restriction againMichael Hamann2011-04-22
* Fix pass by reference error, always return an array in lookupKey()Michael Hamann2011-02-24
* Merge branch 'master' into indexer_rewriteMichael Hamann2011-02-24
|\
| * do not (re)render metadata in backlinksAndreas Gohr2011-02-10
| * ignore soft-hyphens for search FS#2049Andreas Gohr2011-02-06
* | Merge remote-tracking branch 'my-fork/master' into indexer_improvementsMichael Hamann2011-02-02
|\ \
| * | Indexer Rewrite v3: wildcards in lookupKey and automatically unwrap single re...Tom N Harris2011-01-24
* | | Merge branch 'master' into indexer_improvementsMichael Hamann2011-01-23
|\ \ \ | |/ / |/| / | |/
| * Removed unnecessary regexp excecution in ft_termParser()Kazutaka Miyasaka2010-12-13
| * Fixed Asian search term handling in ft_snippet_re_preprocess()Kazutaka Miyasaka2010-12-13
| * Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* | Indexer v3 Rewrite: Use the metadata index for backlinks; add INDEXER_METADAT...Michael Hamann2011-01-23
* | Indexer v3 Rewrite part two, update uses of indexerTom N Harris2010-12-29
|/
* Fix sorting of quicksearch resultsAdrian Lang2010-10-24
* fixed missing globalAndreas Gohr2010-10-24
* detect corrupt title indexes FS#2076Andreas Gohr2010-10-24
* correctly handle highlighting of partial searches FS#1353Andreas Gohr2010-10-03
* FS#1353: Only highlight isolated occurences of search term, not those where i...Gina Haeussge2010-10-02
* fixed page lookup when useheading is disabledAndreas Gohr2010-08-29
* Use namespace filter in quicksearch with empty search termAdrian Lang2010-08-20
* Changes to the ft_pageLookup and related event FS#1978Andreas Gohr2010-06-26
* Support namespace selection in quicksearchAdrian Lang2010-06-23
* Add title index to the indexer files, improve indexer callsAdrian Lang2010-06-16
* Find start pages if namespace matchesAdrian Lang2010-06-16
* Perform quick search in title as wellAdrian Lang2010-06-16
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\
| * removed more unneeded require_once() callsAndreas Gohr2010-02-01
| * first attempt to centralize all include loadingAndreas Gohr2010-01-31
* | moved number of search result snippets to a defineAndreas Gohr2010-02-28
|/
* some more coding standard compliance updatesAndreas Gohr2010-01-15
* make search result highlightings rightKazutaka Miyasaka2009-11-15
* added FULLTEXT_SNIPPET_CREATE eventAndreas Gohr2009-10-26
* treat pipe symbols as 'OR' operators in a search queryKazutaka Miyasaka2009-09-21