Hi,
I have a product catalog that consists of a lot of categories. One
product can be a member of multiple categories, for example both
"S****ting jackets" and "Sizes Small - Medium" or something like that.
Since the products are sorted this way, my searches in the catalog
need to be in the form of "Give me all products that are in category
'S****ting jackets' AND category 'Size small' with search criterias X".
I have previously done this with pure SQL calls, but I would like to
use the CatalogSearch for this. However, I seems to only be able to
specify one category of products to search in with the CatalogSearch
object. How do I go about making searches in multiple categories at
once?
Kind Regards,
Eric