Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API / Processes / Search and replace with database #55

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

fxprunayre
Copy link

Quite often, users wants to update metadata records with a search and replace. The batch edit API does not handle all cases and we usually end up using SQL in database.

This adds an API endpoint to do search and replace (with or without regexp) relying on database capabilities. The operation still check the produced document is still valid XML and save it afterwards.

image

Quite often, users wants to update metadata records with a search and replace. The batch edit API does not handle all cases and we usually end up using SQL in database.

This adds an API endpoint to do search and replace (with or without regexp) relying on database capabilities. The operation still check the produced document is still valid XML and save it afterwards.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant