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.
2 parents 463498a + 6e0e7b0 commit 1444bb4Copy full SHA for 1444bb4
Classes/Eel/ElasticSearchQueryBuilder.php
@@ -616,7 +616,7 @@ public function count()
616
public function fulltext($searchWord)
617
{
618
// 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);
+ $this->request->fulltext(json_encode($searchWord));
620
$this->request->highlight(150, 2);
621
622
return $this;
0 commit comments