Hi,
I am trying to build custom search with views finder.
I have "product" node type with various cck fields. (subtitle, brief description, detailed description, category ...)
I have "keyword" element which is searching from some cck text fields.
I wanted to have "top level term selection" - finder element which must use cck taxonomy term's top (parent) terms.
for example : node1 's terms are : "level1 > level2 > ... > levelX = deepest term" -- then I want to list only "level1" like terms, not all terms.
1. is it possible? can you do for me?
2. is it possible to draw child terms? (like hierarchical selection)
ps : all terms are in one vocabulary and sorry for my english.
thank you.
Comments
Comment #1
danielb commented1. That isn't possible yet to do it that way. You can form alter the options though. And there might be a few other workarounds.
2. There is no hierarchical select element. (Some people have suggested it before http://drupal.org/node/593998 but I don't think it's a fun way to spend my time to make that, so it's up to you)
Comment #2
danielb commented