protected property SearchQuery::$matches
Indicates how many matches for a search query are necessary.
Tipo: int
Archivo
- drupal-7.x/
modules/ search/ search.extender.inc, line 75 - 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 $matches = 0;