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 d4fb503 commit eefb686Copy full SHA for eefb686
src/Search/Sorting/Sort.php
@@ -51,6 +51,7 @@ public function toDSL(): array
51
}
52
53
if ($this->script !== null) {
54
+ $this->field = '_script';
55
$details['script'] = $this->script->toDSL();
56
57
0 commit comments