aboutsummaryrefslogtreecommitdiff
path: root/src/phinde
diff options
context:
space:
mode:
Diffstat (limited to 'src/phinde')
-rw-r--r--src/phinde/Elasticsearch.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phinde/Elasticsearch.php b/src/phinde/Elasticsearch.php
index 735b64f..5ad46e7 100644
--- a/src/phinde/Elasticsearch.php
+++ b/src/phinde/Elasticsearch.php
@@ -101,6 +101,7 @@ class Elasticsearch
'highlight' => array(
'pre_tags' => array('<em class="hl">'),
'order' => 'score',
+ 'encoder' => 'html',
'fields' => array(
'title' => array(
'require_field_match' => false,