You are here

public property SearchApiStandard::$operator in Search API 8

The operator to use for multiple arguments.

Either "and" or "or".

Type: string

See also

\Drupal\views\Plugin\views\argument\ArgumentPluginBase::unpackArgumentValue()

File

src/Plugin/views/argument/SearchApiStandard.php, line 37

Class

SearchApiStandard
Defines a contextual filter for applying Search API conditions.

Namespace

Drupal\search_api\Plugin\views\argument

Code

public $operator;