By newbuntu on
Doesn't look like view filters work on synonyms.
e.g. I have a "semester" voc, and terms are "2008Spring, 2008Fall, 2007Fall, ..." and "current". I made "current" and "2008Spring" synonyms.
I set filter on "current", but those "2008Spring" nodes don't show up. I searched around, it looks like it's not supported.
Does anyone have any additional information?
Thanks in advance!
Comments
It's a little different than
It's a little different than what you're asking for but I've used synonyms for arguments before. It's a little bit of a hack, but I wanted a way to use taxonomy terms in a URL without having to put + signs where there are spaces. Using synonyms allowed me to display a term like "American Literature" properly in the view's title with spaces and capitalization, but also use a URL like /subjects/americanliterature instead of /subjects/american+literature.
Here's the code I used in the argument handling code section:
Use the synonyms module to
Use the synonyms module to enable search indexing of synonyms and then use the search index filter in views. I think this may work.
Taxonomy _redirect
Taxonomy _redirect module
current -> 2008Spring