when they addd the "multiple categories" to INDEXU, they forgot the power search
here is what it looks like in power_search.php
if($field=='category_id' && !empty($cat)) {
$j=0;
$query .= "and ($field = $cats[$j] ";
while($j<$num_cats) {
$query .= "or $field = $cats[$j] ";
$j++;
}
$query .= ") ";
}
you would probably need to add something similar for each of the two add'l categories changing category_id to cat1 and cat2, if I recall the names correctly.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.