You are here

constant SearchQuery::LOWER_CASE_OR in Zircon Profile 8.0

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

Indicates that lower-case "or" was in the search expression.

The word "or" in lower case was found in the search expression. This probably means someone was trying to do an OR search but used lower-case instead of upper-case.

See also

SearchQuery::getStatus()

File

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

Class

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

Namespace

Drupal\search

Code

const LOWER_CASE_OR = 4;