No subject


Mon May 25 06:25:32 CEST 2015


'MyName.Neos.Bootstrap:TextBlock':
  properties:
    'headline':
      search:
      elasticSearchMapping:
        type: string
        analyzer: trigrams
      fulltextExtractor: '${Indexing.extractHtmlTags(value)}'
    'text':
      search:
        elasticSearchMapping:
          type: string
          analyzer: trigrams
        fulltextExtractor: '${Indexing.extractHtmlTags(value)}'

I wonder where my error is. At the latest when I try to search for compound words Neos shows me an error.

Greetings
Nairi


More information about the Neos mailing list