We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd9526b + f87e3c4 commit 6632b7dCopy full SHA for 6632b7d
1 file changed
etc/elasticsuite_indices.xml
@@ -6,11 +6,11 @@
6
<mapping>
7
<!-- Static fields handled by the base indexer (not datasource) -->
8
<field name="post_id" type="integer" />
9
- <field name="title" type="string">
+ <field name="title" type="text">
10
<isSearchable>1</isSearchable>
11
<isUsedInSpellcheck>1</isUsedInSpellcheck>
12
</field>
13
- <field name="content" type="string">
+ <field name="content" type="text">
14
15
16
0 commit comments