We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a502794 + eaa4e27 commit 7a9bedbCopy full SHA for 7a9bedb
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