You are here

constant SearchQuery::NO_KEYWORD_MATCHES in Drupal 8

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

Indicates that no positive keyword matches were found.

See also

SearchQuery::getStatus()

File

core/modules/search/src/SearchQuery.php, line 75

Class

SearchQuery
Search query extender and helper functions.

Namespace

Drupal\search

Code

const NO_KEYWORD_MATCHES = 8;