Lines Matching defs:search
241 * @param string $namespace The namespace to search. Empty string for root namespace
242 * @param int $depth How deep to search. 0 for all subnamespaces
263 // run our search iterator to get the pages
269 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
312 * Do a fulltext search
314 * This executes a full text search and returns the results. The query uses the standard
315 * DokuWiki search syntax.
320 * @link https://www.dokuwiki.org/search#syntax
321 * @param string $query The search query as supported by the DokuWiki search
746 * @param string $namespace The namespace to search. Empty string for root namespace
748 * @param int $depth How deep to search. 0 for all subnamespaces
768 search($data, $conf['mediadir'], 'search_media', $options, $dir);