summaryrefslogtreecommitdiff
path: root/inc/search.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-09-04 00:02:29 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-09-04 00:02:29 +0200
commit506fa8936561993b7f70aa507d0c39a44a6ebab9 (patch)
treed5df1af7e8c1de99397e68e2e7ba39e63ab25c0c /inc/search.php
parentb5a8175656b99ced69244b3ce593c00fb61ab825 (diff)
downloadrpg-506fa8936561993b7f70aa507d0c39a44a6ebab9.tar.gz
rpg-506fa8936561993b7f70aa507d0c39a44a6ebab9.tar.bz2
the search now uses the index
darcs-hash:20050903220229-7ad00-5d95f905eaeb3f6b867aa3ee43c2a8bccc533c00.gz
Diffstat (limited to 'inc/search.php')
-rw-r--r--inc/search.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/search.php b/inc/search.php
index 3604db15e..ea20c4f3b 100644
--- a/inc/search.php
+++ b/inc/search.php
@@ -283,6 +283,7 @@ function search_backlinks(&$data,$base,$file,$type,$lvl,$opts){
* $opts['query'] is the search query
*
* @author Andreas Gohr <andi@splitbrain.org>
+ * @deprecated - fulltext indexer is used instead
*/
function search_fulltext(&$data,$base,$file,$type,$lvl,$opts){
//we do nothing with directories
@@ -383,6 +384,8 @@ function search_reference(&$data,$base,$file,$type,$lvl,$opts){
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
+ *
+ * @deprecated - fulltext indexer is used instead
*/
function search_regex(&$data,$base,$file,$reg,$words){