Skip to content
Snippets Groups Projects
Commit d646e1cc authored by Simonas Šerlinskas's avatar Simonas Šerlinskas Committed by GitHub
Browse files

Merge pull request #95 from einorler/issue86

implemented option support in SpanNotQuery
parents b9b558ed b58ec6c8
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