Probably an easy one. I have a site which displays other website where people can get help. This is broken up into three categories - Agency’s, Support Services and Disability Services. Some of the categories share the same info so I have setup a multi select box so the when a new site is entered the author can select which category this will display in.
The problem is if I use {if category == "Agency"} then it will only be true if Agency is the only category selected (ie if Agency and Support Services is selected then the service doesn’t appear). I tried search:body but that doesn’t search multi select and probably not the correct way to do it anyway.
Any Ideas?