class FulltextGambit implements GambitInterface

Properties

protected UserRepository $users

Methods

__construct(UserRepository $users)

No description

bool
apply(SearchState $search, $searchValue)

<p>Apply conditions to the searcher for a bit of the search string.</p>

Details

__construct(UserRepository $users)

Parameters

UserRepository $users

bool apply(SearchState $search, $searchValue)

<p>Apply conditions to the searcher for a bit of the search string.</p>

Parameters

SearchState $search
$searchValue

Return Value

bool <p>Whether or not the gambit was active for this bit.</p>