Home
last modified time | relevance | path

Searched refs:starQuery (Results 1 – 6 of 6) sorted by relevance

/plugin/sphinxsearch/
DSphinxSearch.php36 $starKeyword = $this->starQuery($keywords);
44 $starKeyword = $this->starQuery($keywords);
56 $starKeyword = $this->starQuery($keywords);
214 public function starQuery($query) function in SphinxSearch
Dfunctions.php335 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
/plugin/sphinxsearch-was/
H A DSphinxSearch.php36 $starKeyword = $this->starQuery($keywords);
44 $starKeyword = $this->starQuery($keywords);
56 $starKeyword = $this->starQuery($keywords);
218 public function starQuery($query) function in SphinxSearch
H A Dfunctions.php329 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
/plugin/sphinxsearchwas/
DSphinxSearch.php173 public function starQuery(string $query): string { function in SphinxSearch
188 … $this->_query = "(@(body,title) $esc) | (@(namespace,pagename) " . $this->starQuery($esc) . ")";
194 …e,pagename) $f) & ((@(body,title) $esc) | (@(namespace,pagename) " . $this->starQuery($esc) . "))";
Dfunctions.php254 $titleExcerpts = $search->getExcerpt($titles, $search->starQuery($keywords));