Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

6.5. Search View

Search view properties are specified at plugin.tx_wecsermons_pi1.searchView.

Property:

Data Type:

Description

Default Value:

searchFieldList

string

Specifying a list of table columns, or fields, allows you to specify which  properties of sermon records you wish to search through. White space should not be used between commas. F.e. title,description,keyword.

Example:

# Only search the title and description fields

searchFieldList = title,description

title,description,scripture,keyword

[plugin.tx_wecsermons_pi1.searchView]