Home
last modified time | relevance | path

Searched +full:search_fragment -(+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
102 if ($conf['search_fragment'] !== 'exact') {
122 if ($conf['search_fragment'] === 'starts_with') {
125 if ($conf['search_fragment'] === 'ends_with') {
/dokuwiki/conf/
H A Ddokuwiki.php163 $conf['search_fragment'] = 'exact'; //specify the default fragment search behavior
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php249 $meta['search_fragment'] = ['multichoice', '_choices' => ['exact', 'starts_with', 'ends_with', 'contains']];