class GambitManager
Properties
protected array | $gambits |
|
||
protected GambitInterface | $fulltextGambit |
|
Methods
Details
at
line 34
add(GambitInterface $gambit)
Add a gambit.
at
line 42
getFullTextGambit()
deprecated
deprecated
at
line 50
getGambits()
deprecated
deprecated
at
line 61
apply(SearchState $search, string $query)
Apply gambits to a search, given a search query.
at
line 75
setFulltextGambit(GambitInterface $gambit)
Set the gambit to handle fulltext searching.
at
line 86
protected array
explode(string $query)
Explode a search query into an array of bits.