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 e2be05a commit e70e63aCopy full SHA for e70e63a
src/Search/Sorting/Sort.php
@@ -60,7 +60,7 @@ public function toDSL(): array
60
61
$details['order'] = $this->order;
62
63
- return [$this->script !== null ? '_script' : $this->field => $details];
+ return [$this->script !== null ? '_script' : $this->field => $details];
64
}
65
66
public function __toString(): string
0 commit comments