You are here

public function ResultSet::hasKeyMatch in Google Search Appliance 8

Check if there are key matches.

Return value

bool TRUE if key matches exist.

File

src/SearchResults/ResultSet.php, line 317

Class

ResultSet
Defines a value object for a search response.

Namespace

Drupal\google_appliance\SearchResults

Code

public function hasKeyMatch() {
  return (bool) count($this->keyMatches);
}