Caltrade's thread here apparantly has all you need to fix the member search facility but a search of the forums here doesn't give any clues as to how to edit/change/fix the other searches.
To search Classifieds, for example, you have to select not only the top level category but also the sub-category. All well and good if you know which category the thing you are searching for is placed in, but that isn't always the case.
Is there a way to search all the sub-cats in a top level cat?
The code for sub-cat search at the moment shows each sub-cat with it's own ID, can another ID be created that is 'All' that will search in all of the sub-cats?
<select id="FilterSubCat" style="" name="FilterSubCat">
Something like an <option value="160,109,97,172,153,155,155,101">All</option> (obviously this wouldn't work, but you should get the idea...)