You are here

public function ResultSetInterface::getIgnoredSearchKeys in Search API 8

Returns the ignored search keys, if any.

Return value

string[] A numeric array of search keys that were ignored for this search (for example, because of being too short or stop words).

1 method overrides ResultSetInterface::getIgnoredSearchKeys()
ResultSet::getIgnoredSearchKeys in src/Query/ResultSet.php
Returns the ignored search keys, if any.

File

src/Query/ResultSetInterface.php, line 119

Class

ResultSetInterface
Represents the result set of a search query.

Namespace

Drupal\search_api\Query

Code

public function getIgnoredSearchKeys();