Skip to content

Commit 1444bb4

Browse files
committed
MERGE: Merge branch '3.0' into master
2 parents 463498a + 6e0e7b0 commit 1444bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Eel/ElasticSearchQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ public function count()
616616
public function fulltext($searchWord)
617617
{
618618
// We automatically enable result highlighting when doing fulltext searches. It is up to the user to use this information or not use it.
619-
$this->request->fulltext($searchWord);
619+
$this->request->fulltext(json_encode($searchWord));
620620
$this->request->highlight(150, 2);
621621

622622
return $this;

0 commit comments

Comments
 (0)