Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Search/Collection/
H A DCollectionSearchTest.php5 use dokuwiki\Search\Collection\CollectionSearch; alias
22 $search = new CollectionSearch($collection);
48 $search = new CollectionSearch($collection);
89 $search = new CollectionSearch($collection);
112 $search = new CollectionSearch($collection);
134 $search = new CollectionSearch($collection);
155 $search = new CollectionSearch($collection);
165 $search2 = new CollectionSearch($collection);
185 $search = new CollectionSearch($collection);
208 $search = new CollectionSearch($collection);
[all …]
/dokuwiki/inc/Search/
H A DMetadataSearch.php6 use dokuwiki\Search\Collection\CollectionSearch; alias
93 $search = new CollectionSearch(new PageTitleCollection());
162 $search = new CollectionSearch($collection);
H A DFulltextSearch.php6 use dokuwiki\Search\Collection\CollectionSearch; alias
98 $search = new CollectionSearch($collection);
H A DIndexer.php7 use dokuwiki\Search\Collection\CollectionSearch; alias
511 DebugHelper::dbgDeprecatedFunction(CollectionSearch::class);
513 $search = new CollectionSearch($collection);
H A Dconcept.txt191 Searching across a collection is done through the ''CollectionSearch'' class (see below).
213 ==== CollectionSearch and Terms ====
215 The ''CollectionSearch'' class executes searches against any collection. Use ''addTerm()'' to regis…
218 $search = new CollectionSearch($collection);
266 ''QueryEvaluator'' takes the RPN array and the ''Term'' results from ''CollectionSearch'' and evalu…
/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php14 class CollectionSearch class
/dokuwiki/inc/
H A Ddeprecated.php272 DebugHelper::dbgDeprecatedFunction(dokuwiki\Search\Collection\CollectionSearch::class);