Home
last modified time | relevance | path

Searched refs:ft_pageSearch (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Action/
H A DSearch.php72 … $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before);
/dokuwiki/inc/Feed/
H A DFeedCreator.php157 $data = ft_pageSearch($this->options->get('search_query'), $poswords);
/dokuwiki/inc/Remote/
H A DApiCore.php328 $data = ft_pageSearch($query, $regex);
/dokuwiki/inc/
H A Dfulltext.php37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) function