Skip to content

Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor

8.4.0: simpleQueryStringFulltext

21 Jul 09:48
35d0b0c

Choose a tag to compare

Merge pull request #395 from puchsteink/fulltext-search-with-simple-q…

7.1.0: simpleQueryStringFulltext

21 Jul 09:55

Choose a tag to compare

improve README documenting simpleQueryStringFulltext

8.3.0

04 May 14:06
307b252

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

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

Choose a tag to compare

What's Changed

Full Changelog: 8.1.1...8.2.0

7.0.9

03 Feb 13:29

Choose a tag to compare

Full Changelog: 7.0.8...7.0.9

8.1.1

04 Jan 19:08

Choose a tag to compare

What's Changed

Full Changelog: 8.1.0...8.1.1

7.0.8

04 Jan 19:05
3c90dc6

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

8.1.0

29 Sep 08:45
57d4403

Choose a tag to compare

FEATURE: Define max file size for ingesting attachments
TASK: Configure ignore_above for keyword fields

8.0.6

04 May 09:32
c9c147f

Choose a tag to compare

Replaces the hardcoded ContextFactory with ContextFactoryInterface