项目作者: BenjaminBeck

项目描述 :
A KeSearch indexer for Fluid Powered TYPO3 (Extension: flux)
高级语言: PHP
项目地址: git://github.com/BenjaminBeck/bdm_kesearchindexer_flux.git
创建时间: 2017-03-13T18:29:39Z
项目社区:https://github.com/BenjaminBeck/bdm_kesearchindexer_flux

开源协议:

下载


KeSearch indexer for fluid content

This is intended for fluid content registered as content element (with own CType) since version 8.x of flux (https://fluidtypo3.org/)

Getting Started

  1. Install extension
  2. Create indexer

Prerequisites

You need to specify which form fields are allowes to be indexed.
For this you use a flux variable allowKeSearchIndex.

Example RTE Field:

  1. <flux:field.text name="text1" label="Text 1" cols="10" rows="5" defaultExtras="richtext[*]:rte_transform[mode=ts_css]:options=[RTESmallWidth=250]" enableRichText="1">
  2. <flux:form.variable name="allowKeSearchIndex" value="true"></flux:form.variable>
  3. </flux:field.text>

Built With