Hello,<br><br>I have a structured content which contains a "Text" field which I want to have indexed. The field is simply set up like this:<br><br><xsd:element name="Text" type="OpenCmsHtml"/><br>
<br>I created a new field configuration but I fail to get it actually work.<br><br>How would the fieldconfiguration need to look like?<br><br>This is what I came up with, but as mentioned it does not work... :-)<br><br><fieldconfiguration><br>
<name>site01</name><br> <fields><br> <field name="Text" store="true" index="untokenized" excerpt="true"><br>
<mapping type="content"/><br> <mapping type="item">Text[1]</mapping><br> <mapping type="item">Text0</mapping><br>
</field><br> </fields><br></fieldconfiguration><br><br>Best regards,<br>Yves<br><br><br>