-
Notifications
You must be signed in to change notification settings - Fork 55
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
Improve batch handling of tags #6
Comments
Hi Johan, |
Got it, I can use createPostTag instead. |
Hi @pborgesalves, Thank you for your feedback. I will have to take a look. There is a test in which a post is created with a particular category, although you are referring to tags but mention category methods. Tags and Categories are not exactly the same (Categories being hierarchical and Tags not.) I do see that there's no builder method for Tag/s so I will add that and then I can resolve #6 as well! |
I have stabilised 4.8.1 that will allow you to use the builder method It will take a while before available on Maven Central. |
|
For example, when creating multiple tags on a post, it might be better to create the tags and then set them in a batch instead of updating the post each time a tag is added.
The text was updated successfully, but these errors were encountered: