Home
last modified time | relevance | path

Searched +full:search_nslimit -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Action/
H A DSearch.php77 * Adjust the global query accordingly to the config search_nslimit and search_fragment
93 if ($conf['search_nslimit'] > 0) {
96 $ns = implode(':', array_slice($nsParts, 0, $conf['search_nslimit']));
/dokuwiki/conf/
H A Ddokuwiki.php162 $conf['search_nslimit'] = 0; //limit the search to the current X namespaces
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php248 $meta['search_nslimit'] = ['numeric', '_min' => 0];