Home
last modified time | relevance | path

Searched refs:term_encoded (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dfulltext.php958 $term_encoded = str_replace(['(', ')'], ['OP', 'CP'], $term);
959 $parsed = '((W_:' . implode(')(W_:', $words) . ')(P+:' . $term_encoded . '))';