We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 788a4c4 + 30157c1 commit 7af4a36Copy full SHA for 7af4a36
1 file changed
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(json_encode($searchWord));
+ $this->request->fulltext(trim(json_encode($searchWord), '"'));
620
$this->request->highlight(150, 2);
621
622
return $this;
0 commit comments