Skip to content

Helpers to suggest alternative search words

License

Notifications You must be signed in to change notification settings

punktDe/neos-advancedsearch

Repository files navigation

Neos alternative searchwords

This package provides code for alternative words in elasticsearch based search in Neos.

Integration

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)}"

About

Helpers to suggest alternative search words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages