You are here

protected property SearchQuery::$conditions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::conditions

Conditions that are used for exact searches.

This is always used for the second step in the query, but is not part of the preparation step unless $this->simple is FALSE.

Type: DatabaseCondition

File

core/modules/search/src/SearchQuery.php, line 121
Contains \Drupal\search\SearchQuery.

Class

SearchQuery
Performs a query on the full-text search index for a word or words.

Namespace

Drupal\search

Code

protected $conditions;