Searched refs:OPTION_SEARCH_IGNORE_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
202 if ($this->_search->hasOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE)) {204 … $this->_options[2] = $this->_search->getOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE);209 unset($searchOptions[Search::OPTION_SEARCH_IGNORE_UNAVAILABLE]);223 $this->_search->setOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE, $this->_options[2]);
47 public const OPTION_SEARCH_IGNORE_UNAVAILABLE = 'ignore_unavailable'; define in Elastica\\Search454 case self::OPTION_SEARCH_IGNORE_UNAVAILABLE:
302 * Fixed handling of Search::OPTION_SEARCH_IGNORE_UNAVAILABLE inside Scroll object