Skip to content
Snippets Groups Projects
Commit b58ec6c8 authored by Mantas's avatar Mantas
Browse files

implemented option support in SpanNotQuery

parent 806267bc
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,6 @@ class SpanNotQuery implements SpanQueryInterface
'exclude' => $this->exclude->toArray(),
];
return [$this->getType() => $query];
return [$this->getType() => $this->processArray($query)];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment