dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

Supported "editting" a records _id column

Open dodtsair opened this issue 6 years ago • 0 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.

dodtsair avatar Apr 15 '20 21:04 dodtsair