appbaseio / dejavu

A Web UI for Elasticsearch and OpenSearch: Import, browse and edit data with rich filters and query views, create reference search UIs.
https://dejavu.reactivesearch.io
MIT License
8.4k stars 511 forks source link

Exporting CSV/JSON Returns Undefined #478

Closed Jeandsmith closed 2 months ago

Jeandsmith commented 1 year ago

Describe the bug

Clicking on the export button and selecting CSV or JSON returns undefined

Dejavu Version 3.6

To Reproduce Steps to reproduce the behavior:

  1. Go to Data Browser
  2. Click on Export
  3. Click on Export X documents check box
  4. Click on Download as (CSV/JSON)

Expected behavior Expected behaviour is for the documents to download in the selected format.

Screenshots

image

Desktop (please complete the following information):

siddharthlatest commented 1 year ago

@Jeandsmith Which version of Elasticsearch / OpenSearch are you on?

siddharthlatest commented 2 months ago

I noticed a scenario for ES v8.x when indexes where originally created in ES v7.x. This should be addressed with 3.8.3.

However, given version specific support, it may need a revisit with a major ES / OS version update.