You are here

public property SearchApiViewsHandlerArgument::$operator in Search API 7

The operator to use for multiple arguments.

Either "and" or "or".

Type: string

See also

views_break_phrase

File

contrib/search_api_views/includes/handler_argument.inc, line 29
Contains SearchApiViewsHandlerArgument.

Class

SearchApiViewsHandlerArgument
Views argument handler class for handling all non-fulltext types.

Code

public $operator;