Skip to content

8.3.0

Compare
Choose a tag to compare
@daniellienert daniellienert released this 04 May 14:06
· 15 commits to master since this release
307b252

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