From 506fa8936561993b7f70aa507d0c39a44a6ebab9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 4 Sep 2005 00:02:29 +0200 Subject: the search now uses the index darcs-hash:20050903220229-7ad00-5d95f905eaeb3f6b867aa3ee43c2a8bccc533c00.gz --- inc/search.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc/search.php') 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 + * @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 * @author Matthias Grimm + * + * @deprecated - fulltext indexer is used instead */ function search_regex(&$data,$base,$file,$reg,$words){ -- cgit v1.2.3