Hi,
Is it possible to pass a parameter to the tag search so that the search only returns results from a particular category?
I have tried to look into this (into MT/App/Search.pm), but no results.
Thanks,
Tuncay
Reported on Movable Type 4.2
Hi,
Is it possible to pass a parameter to the tag search so that the search only returns results from a particular category?
I have tried to look into this (into MT/App/Search.pm), but no results.
Thanks,
Tuncay
Reported on Movable Type 4.2
Yep, I'd like something that does this too. Or even better, a way of getting MT:Tags to only list tags inside of a set category.
Yeah that would be cool, however that's at least solvable. I wrote my own MT code to do that, by attaching a listing to a category, and then looping within MT:Tags, and inside that looping with MT:Entries and checking if the tag exists as a tag for those entries (since it's attached to a category - it only will list them).