Closed (works as designed)
Project:
Frequently Asked Questions
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2009 at 10:25 UTC
Updated:
3 Aug 2009 at 11:14 UTC
Hi,
I think there is no need to save "tid" field in the {faq_weights} table, instead we can acquire it from joining {node} and {term_node} tables. this way we also can store "weight" field in {faq_questions} table a save a noticeable amount of disk space.
are you agree?
Comments
Comment #1
stella commentedNo, I'm afraid that is needed as a question can appear in more than one category (i.e. be associated with more than one term) and have different weights in each category. Removing the tid field from the faq_weights table would break that functionality.