appbaseio / dejavu

The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.

Home Page:https://dejavu.reactivesearch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported "editting" a records _id column

dodtsair opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
My application expects records to have a speciifc _id. Sometimes that _id gets our of shape. I would like to be able to go in and edit the _id value. Now this is not really editting, instead I would like to take the existing document reindex under an _id of my choosing and then delete the original document.

Is this possible?

Describe the solution you'd like
Make the _id column editable in the UI, but when the user attempts to save the record it should reindex and delete.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Right now i have to curl command to get the job done.

Additional context
Add any other context or screenshots about the feature request here.