SearchQuery::$scoresArguments
  • References/PHP/Drupal/search/src/SearchQuery

Arguments for the score expressions. Type:

2025-01-10 15:47:30
SearchQuery::preExecute
  • References/PHP/Drupal/search/src/SearchQuery

public SearchQuery::preExecute(SelectInterface $query = NULL)

2025-01-10 15:47:30
SearchQuery::$conditions
  • References/PHP/Drupal/search/src/SearchQuery

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

2025-01-10 15:47:30
SearchQuery::EXPRESSIONS_IGNORED
  • References/PHP/Drupal/search/src/SearchQuery

Indicates that part of the search expression was ignored. To prevent Denial of Service attacks, only

2025-01-10 15:47:30
SearchQuery::execute
  • References/PHP/Drupal/search/src/SearchQuery

public SearchQuery::execute() Executes

2025-01-10 15:47:30
SearchQuery
  • References/PHP/Drupal/search/src/SearchQuery

Search query extender and helper functions. Performs a query on the full-text search index for a word or words. This

2025-01-10 15:47:30
SearchQuery::$type
  • References/PHP/Drupal/search/src/SearchQuery

The type of search (search type). This maps to the value of the type column in search_index, and is usually equal to the machine-readable name

2025-01-10 15:47:30
SearchQuery::NO_POSITIVE_KEYWORDS
  • References/PHP/Drupal/search/src/SearchQuery

Indicates no positive keywords were in the search expression. Positive keywords are words that are searched for, as opposed to negative keywords

2025-01-10 15:47:30
SearchQuery::$words
  • References/PHP/Drupal/search/src/SearchQuery

Array of positive search words. These words have to match against {search_index}.word. Type:

2025-01-10 15:47:30
SearchQuery::$status
  • References/PHP/Drupal/search/src/SearchQuery

A bitmap of status conditions, described in getStatus(). Type: int See also

2025-01-10 15:47:30