abstract class AbstractFulltextFilter implements FilterInterface

Methods

string
getFilterKey()

This filter will only be run when a query contains a filter param with this key.

void
filter(SearchState $state, string|array $value, bool $negate)

Filters a query.

void
search(SearchState $state, string $value)

No description

Details

string getFilterKey()

This filter will only be run when a query contains a filter param with this key.

Return Value

string

void filter(SearchState $state, string|array $value, bool $negate)

Filters a query.

Parameters

SearchState $state
string|array $value
bool $negate

Return Value

void

Parameters

SearchState $state
string $value

Return Value

void