protected property SearchQuery::$words
Array of search words.
These words have to match against {search_index}.word.
Tipo: array
Archivo
- drupal-7.x/
modules/ search/ search.extender.inc, line 84 - Search query extender and helper functions.
Class
- SearchQuery
- Do a query on the full-text search index for a word or words.
Código
protected $words = array();