Is there a plugin that does two-tiered searches?
For example, I want to do a recipe site that first the user can select the ingredients, and then then select which meal type they want, and based on those two criteria, return searches that would meet those criteria?
Would I use the ingredients as the category, and the meal type as the tag and have the search go through category and then meal type?