Skip to content

Commit 6632b7d

Browse files
authored
Merge pull request #3 from petitgen/fix-issue-2
Fix Issue 2 - Handler Text for title and content
2 parents bd9526b + f87e3c4 commit 6632b7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/elasticsuite_indices.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<mapping>
77
<!-- Static fields handled by the base indexer (not datasource) -->
88
<field name="post_id" type="integer" />
9-
<field name="title" type="string">
9+
<field name="title" type="text">
1010
<isSearchable>1</isSearchable>
1111
<isUsedInSpellcheck>1</isUsedInSpellcheck>
1212
</field>
13-
<field name="content" type="string">
13+
<field name="content" type="text">
1414
<isSearchable>1</isSearchable>
1515
<isUsedInSpellcheck>1</isUsedInSpellcheck>
1616
</field>

0 commit comments

Comments
 (0)