protected property SearchQuery::$conditions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\searchCode
protected $conditions;