Hello,
When I merge my terms as
- term a [X]
- term b [X]
into
- term c (not selected in merging process, but selected as destination)
all node<-> term association for term a and term b are deleted.
I would expect that
node-1->term-a would result in node-1->term-c
Moreover term-c does not contain any synonym (suppose to contain term-a & term b no ?)
I use also NAT, but NAT doesn't use hook_taxonomy, the only trigger is hook_nodeapi .. so there should be no conflict ..
It seems taht basicaly, the term-a & term-b are simply deleted .. that's all !
Any issues on merging terms ?
Comments
Comment #1
openhairpinleft commentedSubscribe
Merge is deleting the merging terms, keeps just destination term. I've got a pretty large vocabulary, maybe that's the reason?
Comment #2
mkalbere commentedI wasn't able to use it corrrectly, I had to write my own module ... & no idea why it has this behaviour ..
Comment #3
doublejosh commentedFurthermore, merging two terms and using the suggested 'term-id:[tid]' format to pick which should be the result just deletes both terms entirely! (I'm also using NAT in case that helps.)
Comment #4
ivnish