search_core/Documentation/source/changelog/20180415-134-make-conent-fields-configurable.rst
Daniel Siepmann 218d8d7289
FEATURE: Make content fields configurable
Allows integrators to configure which fields should be used to produce
field "content" for indexed pages.

Before only "bodytext" was used. This is now configurable and "header"
was added to defaults.

Resolves: #134
2018-03-15 09:15:26 +01:00

578 B

FEATURE 134 "Enable indexing of tt_content records of CType Header"

Before, only bodytext was used to generate content while indexing pages.

As there are content elements like header where this field is empty, but content is still available, it's now possible to configure the fields. This makes it also possible to configure further custom content elements with new columns.

A new TypoScript option is now available, and header is added by default, see contentFields.

See 134.