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