abstract class AbstractFulltextFilter implements FilterInterface
Methods
string
getFilterKey()
This filter will only be run when a query contains a filter param with this key.
Details
at
line 20
string
getFilterKey()
This filter will only be run when a query contains a filter param with this key.
at
line 25
void
filter(SearchState $state, string|array $value, bool $negate)
Filters a query.