[ic] Searching

Bryan Chen bryan_chen@techmex.com.sg
Wed, 7 Feb 2001 11:31:03 +0800


Hi

I have a column in the products table that is named 'visible'.
What I would like to do is display only the products which have the
'visible' value set to 1.

I have tried many various methods but it does not seem to work, because I
have already separated my products into different categories and thus if I
perform a search with sf=category/se=4/sf=visible/se=1, it will return
incorrect items for that category.

How can I do a search where category = 4 and where visible is set to 1?


Bryan