SearchQuery::LOWER_CASE_OR
Same name in other branches
- 9 core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::LOWER_CASE_OR
- 8.9.x core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::LOWER_CASE_OR
- 10 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
File
-
core/
modules/ search/ src/ SearchQuery.php, line 67
Class
- SearchQuery
- Search query extender and helper functions.
Namespace
Drupal\searchCode
const LOWER_CASE_OR = 4;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.