We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b695a commit dc37aa4Copy full SHA for dc37aa4
src/DSL/Bridge.php
@@ -696,7 +696,7 @@ private function _ninQueryString($key, $values): string
696
private function _parseParams($key, $value): string
697
{
698
699
- if (in_array($key, $this->bucketOperators)) {
+ if ($key == 'and' || $key == 'or') {
700
return $this->{'_'.$key.'QueryString'}($value);
701
}
702
if (is_array($value)) {
0 commit comments