Skip to content

Releases: Flowpack/Flowpack.SearchPlugin

5.0.0

31 May 20:20
4801237

Choose a tag to compare

!!! FEATURE: Only the now configurable source of the suggestion is returned

TASK: Adjust suggestions and completions to ESCRA v7
TASK: Refactor mixins int separate files
TASK: Extract Neos settings into a separate file

4.1.0

21 May 07:02
a1650eb

Choose a tag to compare

TASK: Set dependency on Neos 5+
TASK: Use the CanRender prototype from Fusion core
TASK: Cleanup fusion file and root.fusion
BUGFIX: Make completions/suggestions work with ES 5.x

Release 4.0.1

16 Dec 19:50
4e28471

Choose a tag to compare

  • Neos 5.0 compatibility

4.0.0

24 Aug 14:47
6758657

Choose a tag to compare

Remove hard constraints to index names

This removes the default addition of the AutocompletableMixin and the
SuggestableMixin from the package, as well as the analyzer setup done
in the settings.

Instead the README is amended with instructions on how to use this.

This avoids errors when using a custom index name.

3.1.1

03 May 13:25
f7e3aba

Choose a tag to compare

  • Neos 4.0 compatibility
  • Minor bugfixes

Full list of changes: 3.1.0...3.1.1

3.1.0

24 Jan 09:08
3fa3abc

Choose a tag to compare

This is coming with a few bigger changes:

  • decoupled from Elasticsearch, can be used with SimpleSearch as well
  • much improved handling of suggestions and auto-completions (fetching as well as indexing)

Full list of changes: 3.0.2...3.1.0

3.0.2

19 Jan 12:08
b304808

Choose a tag to compare

Some bugs fixed and decoupled from Elasticsearch.

See 3.0.1...3.0.2

2.1.4

19 Jan 11:46
0b1d63c

Choose a tag to compare

Merge pull request #33 from daniellienert/task/add-composer-hints

TASK: Add hints to elasticsearch / simplesearch to composer

3.0.1

07 Mar 14:57

Choose a tag to compare

Set dependency to rewritten Flowpack.ElasticSearch.ContentRepositoryAdaptor

2.1.3

01 Mar 08:13

Choose a tag to compare

TASK: Pin Flow dependency to ~3.0