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 6bc7bfa commit 5a62e4dCopy full SHA for 5a62e4d
src/RequestParameters/SearchParameter.php
@@ -91,7 +91,7 @@ protected function makeQuery(Builder $builder, array $arguments, string $boolOpe
91
continue;
92
}
93
94
- if ($this->isRelationSearch($key)) {
+ if ($this->isRelationSearch($key) && !str_contains($key, '!')) {
95
// relation search
96
[$rel, $attr] = explode(self::RELATION_SEPARATOR, $key, 2);
97
0 commit comments