- Issue created by @maijs
- 🇱🇻Latvia maijs
A patch is attached which adds the
elasticsearch_document_field
Views field plugin.- The
elasticsearch_document_field
Views field plugin is able to display any field from the Elasticsearch document. To show the values from the_source
element, the field configuration should have_source
prefix before the field, e.g.,_source.title
. - The
elasticsearch_source
Views field plugin is deprecated. It now extends theelasticsearch_document_field
with minor changes to ensure the backwards compatibility. - Unit tests are added to over both
elasticsearch_document_field
andelasticsearch_source
Views field plugins.
- The