cviebrock/eloquent-taggable

Sync tags without removing and adding them

LeonAlvarez opened this issue · 3 comments

Hi, is there a way to sync tags, retag is removing all tags and them adding them back. Im auditing the tags add / remove so this causes more more actions than it should.

From a SQL point of view, you're going to have to remove the relations and then insert them anyway. So I'm not sure how this would work with "fewer actions".

I'm open to suggestions, though.

same problem

Closing due to no response. Feel free to re-open or comment if you are still having issues.