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
77 * Adjust the global query accordingly to the config search_nslimit and search_fragment102 if ($conf['search_fragment'] !== 'exact') {122 if ($conf['search_fragment'] === 'starts_with') {125 if ($conf['search_fragment'] === 'ends_with') {
163 $conf['search_fragment'] = 'exact'; //specify the default fragment search behavior
249 $meta['search_fragment'] = ['multichoice', '_choices' => ['exact', 'starts_with', 'ends_with', 'contains']];