Releases: Flowpack/Flowpack.SearchPlugin
5.0.0
!!! 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
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
- Neos 5.0 compatibility
4.0.0
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
- Neos 4.0 compatibility
- Minor bugfixes
Full list of changes: 3.1.0...3.1.1
3.1.0
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
Some bugs fixed and decoupled from Elasticsearch.
See 3.0.1...3.0.2
2.1.4
Merge pull request #33 from daniellienert/task/add-composer-hints TASK: Add hints to elasticsearch / simplesearch to composer
3.0.1
Set dependency to rewritten Flowpack.ElasticSearch.ContentRepositoryAdaptor
2.1.3
TASK: Pin Flow dependency to ~3.0