Skip to content

Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor

8.5.1

21 Oct 19:06
6ce6aa9
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Use workspace name from context by @Nikdro in #412

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

14 Nov 07:34
ee1dcf6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.4.0...8.5.0

8.4.0: simpleQueryStringFulltext

21 Jul 09:48
35d0b0c
Compare
Choose a tag to compare
Merge pull request #395 from puchsteink/fulltext-search-with-simple-q…

7.1.0: simpleQueryStringFulltext

21 Jul 09:55
Compare
Choose a tag to compare
improve README documenting simpleQueryStringFulltext

8.3.0

04 May 14:06
307b252
Compare
Choose a tag to compare

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

29 Mar 16:33
9d217c0
Compare
Choose a tag to compare
TASK: Relax composer dependencies to support Neos 8.x

In addition Neos dev-mastes is allowed aswell.

8.2.0

16 Feb 12:06
4813069
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.1.1...8.2.0

7.0.9

03 Feb 13:29
Compare
Choose a tag to compare

Full Changelog: 7.0.8...7.0.9

8.1.1

04 Jan 19:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.1.0...8.1.1

7.0.8

04 Jan 19:05
3c90dc6
Compare
Choose a tag to compare

What's Changed

  • TASK: Remove migration for renaming underscore prefixed fields by @daniellienert in #387

Full Changelog: 7.0.7...7.0.8