This package provides code for alternative words in elasticsearch based search in Neos.
Tokenize and ingest the alternatives within your document
esAlternativeSearchword:
search:
elasticSearchMapping:
type: keyword
indexing: "${PunktDe.Neos.AdvancedSearch.stopWordFilteredTokenize(q(node).property('title') + ' ' + q(node).property('metaKeywords') + ' ' + q(node).property('metaDescription'), node)}"