public function ResultSetInterface::setIgnoredSearchKeys in Search API 8
Sets the ignored search keys of the search query.
Parameters
string[] $ignored_search_keys: An array of search keys (individual words) that were ignored in the search.
Return value
$this
1 method overrides ResultSetInterface::setIgnoredSearchKeys()
- ResultSet::setIgnoredSearchKeys in src/
Query/ ResultSet.php - Sets the ignored search keys of the search query.
File
- src/
Query/ ResultSetInterface.php, line 140
Class
- ResultSetInterface
- Represents the result set of a search query.
Namespace
Drupal\search_api\QueryCode
public function setIgnoredSearchKeys(array $ignored_search_keys);