Home
last modified time | relevance | path

Searched refs:setOptionsAndQuery (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php337 $this->setOptionsAndQuery($options, $query);
369 $this->setOptionsAndQuery(null, $query);
394 public function setOptionsAndQuery($options = null, $query = ''): self
420 return $this->setOptionsAndQuery([self::OPTION_SEARCH_TYPE_SUGGEST => 'suggest'], $suggest);
386 public function setOptionsAndQuery($options = null, $query = ''): self global() function in Elastica\\Search
H A DIndex.php534 $search->setOptionsAndQuery($options, $query);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md124 * Deprecated passing an `int` as 1st argument to `Elastica\Search::setOptionsAndQuery()`, pass an array with the key `size` instead by @deguif [#2010](https://github.com/ruflin/Elastica/pull/2010)
135 * Fixed type-hint for `Elastica\Search::setOptionsAndQuery()` by @deguif [#2009](https://github.com/ruflin/Elastica/pull/2009)