Cloud ID and nested fields support
This release introduces two new small features:
- Elasticsearch connector now accepts Cloud ID as a parameter in addition to
host
. The documentation for this isn't published yet, but you can read it in our markdown docs: Elasticsearch connector. Result
component now can correctly render nested fields. Nested fields is the new feature that will be available in the next Enterprise Search version. It allows using objects in document fields in addition to strings and numbers.
What's Changed
- [Elasticsearch-connector] Elasticsearch cloud id support by @joemcelroy in #780
- Add the possibility to render nested fields in results by @yakhinvadim in #789
Full Changelog: v1.14.0...v1.15.0