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\SearchResultsCode
public function hasKeyMatch() {
return (bool) count($this->keyMatches);
}