Closed (won't fix)
Project:
Taxonomy User
Version:
5.x-1.x-dev
Component:
taxonomy_user
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2007 at 02:43 UTC
Updated:
3 Feb 2013 at 19:49 UTC
Since 5.x we have a duplicate data structure, right now there is duplication between:
$node->taxonomy_user and $node->taxonomy_user_tags
I am not entirely sure why there should be both arrays that essentially hold the same data...
Comments
Comment #1
alex_b commentedTaxonomy User keeps user-related taxonomy terms in an array called taxonomy_user that is as closely as possible modeled after the taxonomy array:
Example:
There are two differences to the taxonomy array:
1) The array contains a user id (uid)
2) The array's keys are not the term's tid. This is because taxonomy_user allows two users to categorize the same content with the same term.
(I actually planned the taxonomy_user module for not only free tagging taxonomies. This is why I tried to avoid the word "tag" altogether in the lower level parts of the module code.)
Comment #2
pomliane commentedThis version of Taxonomy User is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.