Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Query/
H A DPageSet.php55 public function unite(PageSet $other): self function in dokuwiki\\Search\\Query\\PageSet
H A DQueryEvaluator.php169 return $left->unite($right);
172 return $this->materialize($left)->unite($this->materialize($right));
/dokuwiki/_test/tests/Search/Query/
H A DPageSetTest.php24 $result = $a->unite($b);
/dokuwiki/inc/Search/
H A Dconcept.txt268 …* **PageSet** - Concrete set of pages with scores. Supports intersect (AND), unite (OR), subtract …