Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
Releases · Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
8.4.0: simpleQueryStringFulltext
Merge pull request #395 from puchsteink/fulltext-search-with-simple-q…
7.1.0: simpleQueryStringFulltext
improve README documenting simpleQueryStringFulltext
8.3.0
What's Changed
- BUGFIX: Include all base workspaces in neos_workspace by @Nikdro in #392
- BUGFIX: Moving nodes must not lead to duplicated documents by @daniellienert in #394
Use the new document identifier strategy!
The code that derives the document identifier from a node identifier is added as an alternative strategy to the existing one. In order to use the new strategy, configure it in your projects objects.yaml:
'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Service\DocumentIdentifier\DocumentIdentifierGeneratorInterface':
className: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Service\DocumentIdentifier\NodeIdentifierBasedDocumentIdentifierGenerator'
You need to reindex afterwords.See: #394 for further details!
Full Changelog: 8.2.1...8.3.0
TASK: Declare compatibility with Neos 8.0
TASK: Relax composer dependencies to support Neos 8.x In addition Neos dev-mastes is allowed aswell.
8.2.0
What's Changed
- FEATURE: Extended highlight configuration by @daniellienert in #390
Full Changelog: 8.1.1...8.2.0
7.0.9
Full Changelog: 7.0.8...7.0.9
8.1.1
What's Changed
- PHP 8 compatibility by @Nikdro in #386
- TASK: Remove migration for renaming underscore prefixed fields by @daniellienert in #387
Full Changelog: 8.1.0...8.1.1
7.0.8
What's Changed
- TASK: Remove migration for renaming underscore prefixed fields by @daniellienert in #387
Full Changelog: 7.0.7...7.0.8
8.1.0
FEATURE: Define max file size for ingesting attachments
TASK: Configure ignore_above for keyword fields
8.0.6
Replaces the hardcoded ContextFactory with ContextFactoryInterface