Home
last modified time | relevance | path

Searched refs:metawords (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Search/
H A DIndexer.php202 $metawords = $this->getIndex($metaname . '_w', '');
219 $id = array_search($val, $metawords, true);
221 // didn't find $val, so we'll add it to the end of metawords and create a placeholder in metaidx
222 $id = count($metawords);
223 $metawords[$id] = $val;
237 $this->saveIndex($metaname . '_w', '', $metawords);
258 unset($metawords);