Searched full:ft_pagesearch (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/Action/ |
H A D | Search.php | 72 $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before);
|
/dokuwiki/inc/ |
H A D | fulltext.php | 27 * refactored into ft_pageSearch(), _ft_pageSearch() and trigger_event() 37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) 34 function ft_pageSearch($query,&$highlight, $sort = null, $after = null, $before = null){ global() function
|
/dokuwiki/ |
H A D | feed.php |
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 327 $data = ft_pageSearch($query, $regex);
|