Searched refs:addMetaKeys (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/_test/tests/inc/ |
H A D | indexer_indexing.test.php | 32 $indexer->addMetaKeys('testpage', 'testkey', 'testvalue'); 33 $indexer->addMetaKeys('notfound', 'testkey', 'notvalue'); 40 $indexer->addMetaKeys('testpage', 'numkey', array('0001', '01')); 41 $indexer->addMetaKeys('notfound', 'numkey', array('00001', '000001')); 57 $indexer->addMetaKeys('testpage', 'onezero', array('1010')); 58 $indexer->addMetaKeys('notfound', 'onezero', array('1010')); 65 $indexer->addMetaKeys('zero1', 'zerostring', array('0')); 66 $indexer->addMetaKeys('zero2', 'zerostring', array('0')); 67 $indexer->addMetaKeys('0', 'zerostring', array('zero'));
|
H A D | indexer_histogram.test.php | 10 $indexer->addMetaKeys('histo1', 'testkey', array('foo', 'bar', 'foobar')); 11 $indexer->addMetaKeys('histo2', 'testkey', array('bar', 'testing')); 12 $indexer->addMetaKeys('histo3', 'testkey', array('foo', 'foobar'));
|
H A D | indexer_rename.test.php | 54 $this->indexer->addMetaKeys($this->old_id, array('mkey' => 'old_value')); 64 … $this->indexer->addMetaKeys($this->old_id, array('mkey' => array('old_value', 'new_value'))); 68 $this->indexer->addMetaKeys('newvalue', array('mkey' => array('new_value'))); 72 $this->indexer->addMetaKeys('oldvalue', array('mkey' => array('old_value')));
|
/dokuwiki/inc/ |
H A D | indexer.php | 201 $result = $Indexer->addMetaKeys($page, $metadata);
|
/dokuwiki/inc/Search/ |
H A D | Indexer.php | 169 public function addMetaKeys($page, $key, $value = null) function in dokuwiki\\Search\\Indexer
|