Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php199 $metaname = idx_cleanName($name);
200 $this->addIndexKey('metadata', '', $metaname);
201 $metaidx = $this->getIndex($metaname . '_i', '');
202 $metawords = $this->getIndex($metaname . '_w', '');
207 $val_idx = $this->getIndexKey($metaname . '_p', '', $pid);
237 $this->saveIndex($metaname . '_w', '', $metawords);
252 $this->saveIndex($metaname . '_i', '', $metaidx);
254 $this->saveIndexKey($metaname . '_p', '', $pid, $val_idx);
437 foreach ($keyidx as $metaname) {
438 $val_idx = explode(':', $this->getIndexKey($metaname
[all...]