Skip to content

Commit d1c5b34

Browse files
authored
Update QueryObjectDataSource.php
1 parent 8c6adec commit d1c5b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/QueryObjectDataSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function filter(array $filters): void
151151
$this->queryObject->by(
152152
$filter instanceof OneColumnFilter ? $filter->getColumn() : $filter->getKey(),
153153
$filter->getValue(),
154-
QueryObjectByMode::STRICT
154+
QueryObjectByMode::AUTO
155155
);
156156
}
157157
}

0 commit comments

Comments
 (0)