Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
Releases · Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
3.1.1
List of changes: 3.1.0...3.1.1
4.1.0 - Elasticsearch 5.x support
Version 4.1.0 includes the following features:
- Driver for Elasticsearch 5.x
- The eel fulltext method can now be configured using options
- Date objects passed to eel methods are now converted automatically
3.1.0 - Elasticsearch 5.x support
Version 3.1.0 now supports Elasticsearch 5.x
4.0.7 – Neos 4.0 compatibility
- Neos 4.0 compatibility
List of changes: 4.0.6...4.0.7
4.0.6
- Instead of simply ignoring an exception during query execution the
ElasticSearchQueryBuilderwill now log an exception duringfetch()and return an empty result. This avoids breaking the frontend if users manager to break a query through invalid input. - Debugging of indexing has been made easier by improving the log messages emitted.
- Some bugs have been fixed.
List of changes: 4.0.5...4.0.6
3.0.5
Instead of simply ignoring an exception during query execution the ElasticSearchQueryBuilder will now log an exception during fetch() and return an empty result. This avoids breaking the frontend if users manager to break a query through invalid input.
List of changes: 3.0.4...3.0.5
4.0.5
Merge pull request #235 from dfeyer/feature-indexname-strategy FEATURE: IndexName Strategy
3.0.4
Merge pull request #228 from dfeyer/patch-1 BUGFIX: Fulltext query is broken