- Issue created by @maijs
- 🇱🇻Latvia maijs
A patch is attached which adds the
elasticsearch_document_fieldViews field plugin.- The
elasticsearch_document_fieldViews field plugin is able to display any field from the Elasticsearch document. To show the values from the_sourceelement, the field configuration should have_sourceprefix before the field, e.g.,_source.title. - The
elasticsearch_sourceViews field plugin is deprecated. It now extends theelasticsearch_document_fieldwith minor changes to ensure the backwards compatibility. - Unit tests are added to over both
elasticsearch_document_fieldandelasticsearch_sourceViews field plugins.
- The