protected property SearchQuery::$keys
Positive and negative search keys.
Tipo: array
Archivo
- drupal-7.x/
modules/ search/ search.extender.inc, line 51 - 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 $keys = array(
'positive' => array(),
'negative' => array(),
);