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.
2 parents 61dd323 + d9bf1e0 commit eaa4e27Copy full SHA for eaa4e27
src/Database/Validator/IndexedQueries.php
@@ -91,7 +91,10 @@ public function isValid($value): bool
91
$filters = $grouped['filters'];
92
93
foreach ($filters as $filter) {
94
- if ($filter->getMethod() === Query::TYPE_SEARCH) {
+ if (
95
+ $filter->getMethod() === Query::TYPE_SEARCH ||
96
+ $filter->getMethod() === Query::TYPE_NOT_SEARCH
97
+ ) {
98
$matched = false;
99
100
foreach ($this->indexes as $index) {
0 commit comments