Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
Releases · Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
8.5.1
What's Changed
Possibly breaking!
This bugfix may be breaking: If you use the DocumentIdentifierGenerator method from #394, you will get duplicated documents.
You need to re-index your nodes to avoid possible duplicates in the index.
Full Changelog: 8.5.0...8.5.1
8.5.0
What's Changed
- BUGIX: Fix typo in readme by @jonnitto in #396
- TASK: Replace links to elastic documentation by @dlubitz in #403
- FEATURE: Make the adapter Elasticsearch 8 compatible by @daniellienert in #407
- TASK: Add Elasticsearch 8 to the list of compatible versions by @daniellienert in #408
New Contributors
Full Changelog: 8.4.0...8.5.0
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