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 2bbc56c commit e5303feCopy full SHA for e5303fe
src/Contracts/WildcardOptions.php
@@ -23,6 +23,7 @@ public static function make(
23
if (!is_null($rewrite)) {
24
$options['rewrite'] = $rewrite;
25
}
26
+
27
return new static($options);
28
29
src/Filtering/Criterias/Wildcard.php
@@ -16,7 +16,7 @@ public function toDSL(): array
16
return ['wildcard' => [
17
$this->field => array_merge($this->options->toArray(), [
18
'value' => $this->query,
19
- ])
+ ]),
20
]];
21
22
0 commit comments