Searched refs:starQuery (Results 1 – 6 of 6) sorted by relevance
36 $starKeyword = $this->starQuery($keywords);44 $starKeyword = $this->starQuery($keywords);56 $starKeyword = $this->starQuery($keywords);214 public function starQuery($query) function in SphinxSearch
335 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
36 $starKeyword = $this->starQuery($keywords);44 $starKeyword = $this->starQuery($keywords);56 $starKeyword = $this->starQuery($keywords);218 public function starQuery($query) function in SphinxSearch
329 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
173 public function starQuery(string $query): string { function in SphinxSearch188 … $this->_query = "(@(body,title) $esc) | (@(namespace,pagename) " . $this->starQuery($esc) . ")";194 …e,pagename) $f) & ((@(body,title) $esc) | (@(namespace,pagename) " . $this->starQuery($esc) . "))";
254 $titleExcerpts = $search->getExcerpt($titles, $search->starQuery($keywords));