Lines Matching defs:phrases
97 // since phrases are always parsed as ((W1)(W2)...(P)),
472 // build a regexp from the phrases to highlight
706 * phrases:
910 $q['phrases'][] = $body;
913 $q['phrases'][] = $body;
918 foreach (['words', 'phrases', 'highlight', 'ns', 'notns', 'and', 'not'] as $key) {
968 * Recreate a search query string based on parsed parts, doesn't support negated phrases and `OR` searches
972 * @param array $phrases
978 function ft_queryUnparser_simple(array $and, array $not, array $phrases, array $ns, array $notns)
985 if ($phrases !== []) {
986 $query .= ' "' . implode('" "', $phrases) . '"';