Positive and negative search keys.

Type: array

File

core/modules/search/search.extender.inc, line 50
Search query extender and helper functions.

Class

SearchQuery
Do a query on the full-text search index for a word or words.

Code

protected $keys = array('positive' => array(), 'negative' => array());