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

Update task to replace multivalued fields #247

Closed
Ansel-Hong opened this issue Mar 19, 2021 · 3 comments
Closed

Update task to replace multivalued fields #247

Ansel-Hong opened this issue Mar 19, 2021 · 3 comments

Comments

@Ansel-Hong
Copy link

Is there a way for the "update" task to update and replace a multivalued field with the new specified content rather than adding more values into the field.

What I mean is given a taxonomy field called fruits with "Apples, Bananas" can I run an update task to change it to "Apples, Oranges" because right now the update task adds the new taxonomy terms on top of it, ending up with "Apples, Bananas, Apples, Oranges" in the field

@mjordan
Copy link
Owner

mjordan commented Mar 19, 2021

Not at the moment. What you are asking for is related to #47, which has a depends on #72. I have been working on #72 for the last while, but it's a huge task, so I can't give you an estimated time of completion.

@Ansel-Hong
Copy link
Author

Ok, thank you good to know there are plans to implement that feature.

@mjordan
Copy link
Owner

mjordan commented May 23, 2022

Fix included in work on #47.

@mjordan mjordan closed this as completed May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants