Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php20 protected array $groupedTerms = []; variable in dokuwiki\\Search\\Collection\\CollectionSearch
81 $this->groupedTerms[$i][] = $term;
85 $this->groupedTerms[0][] = $term;
106 foreach ($this->groupedTerms as $group => $terms) {