Lines Matching defs:notns
292 if (count($parsedQuery['notns']) > 0) {
293 $notns = cleanID($parsedQuery['notns'][0]) . ':';
327 if (isset($notns)) {
329 if (strpos($p_id, $notns) === 0) {
895 $q['notns'][] = $body; // for backward compatibility
918 foreach (['words', 'phrases', 'highlight', 'ns', 'notns', 'and', 'not'] as $key) {
974 * @param array $notns
978 function ft_queryUnparser_simple(array $and, array $not, array $phrases, array $ns, array $notns)
993 if ($notns !== []) {
994 $query .= ' ^' . implode(' ^', $notns);