Home
last modified time | relevance | path

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

/plugin/tag/
H A Dhelper.php248 $queryTags = $this->parseTagList($tagquery, true);
252 $pages = $this->getIndexedPagesMatchingTagQuery($queryTags);
263 if (!$this->matchWithPageTags($pageTags, $queryTags)) continue;
347 $queryTags = $this->parseTagList($tagquery, true);
348 $allMatchedPages = $this->getIndexedPagesMatchingTagQuery($queryTags);
449 * @param array $queryTags the tags to filter e.g. ['tag'(OR), '+tag'(AND), '-tag'(NOT)]
452 public function getIndexedPagesMatchingTagQuery($queryTags) { argument
456 foreach ($queryTags as $i => $tag) {
467 if (empty($queryTags) || $cleanTags[0] != $queryTags[
667 matchWithPageTags($pageTags, $queryTags) global() argument
728 _tagIndexLookup($queryTags) global() argument
[all...]