mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-01 09:16:12 +01:00
14 lines
578 B
ReStructuredText
14 lines
578 B
ReStructuredText
|
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
|
||
|
:ref:`contentFields`.
|
||
|
|
||
|
See :issue:`134`.
|