[ic] simple search issue

Rick Bragg interchange-users@icdevgroup.org
Mon Aug 12 15:30:01 2002


I want to make a search in search.profiles that finds products if there 
are "text a" in the field "category" or "text b" in the same field.

so far I have this but it doesn't work... I have also tried many 
variations...


__NAME__ findbothcategories
co=yes
su=yes
os=yes

fi=products
st=db
sf=category
se=text a
op=eq

sf=category
se=text b
op=eq

ml=1000
__END__

Thanks

Rick