We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 596642c + 55da3ec commit 0326d6dCopy full SHA for 0326d6d
composer.json
@@ -9,7 +9,7 @@
9
"email": "alex@devaction.com.br"
10
}
11
],
12
- "version": "v1.0.20",
+ "version": "v1.0.21",
13
"require": {
14
"php": "^8.2|^8.3|^8.4",
15
"illuminate/cache": "^12.2",
src/Filter.php
@@ -46,10 +46,6 @@ public function setValueFromRequest(): void
46
$value = explode(',', $value);
47
48
49
- if ($this->jsonPath !== null && $this->jsonPath !== '' && $this->jsonPath !== '0') {
50
- $value = $this->extractJsonValue($value);
51
- }
52
-
53
if ($this->operator === 'LIKE') {
54
$value = str_replace('{{value}}', $value, $this->likePattern);
55
0 commit comments