You are here

public function ParseModeInterface::setConjunction in Search API 8

Sets the default conjunction.

Parameters

string $conjunction: The default conjunction to be used when parsing keywords. Can be either "AND" or "OR".

Return value

$this

1 method overrides ParseModeInterface::setConjunction()
ParseModePluginBase::setConjunction in src/ParseMode/ParseModePluginBase.php
Sets the default conjunction.

File

src/ParseMode/ParseModeInterface.php, line 51

Class

ParseModeInterface
Defines an interface for parse mode plugins.

Namespace

Drupal\search_api\ParseMode

Code

public function setConjunction($conjunction);