Page 1 of 1

FindProducts by SKU

Posted: Fri May 15, 2009 12:24 pm
by John Gaby
I want to find products based solely by the SKU. I see the function ProductDataSource.FindProducts(name, sku, categoryId, manufacturerId, vendorId). Is there some way to pass wild cards for all of the parameters except the sku? Is there another way to do this?

Thanks

Re: FindProducts by SKU

Posted: Fri May 15, 2009 2:12 pm
by John Gaby
Ok, I figured it out. However, it seems to be doing a partial match on the SKU. Is there a way to return only exact matches?

Re: FindProducts by SKU

Posted: Fri May 15, 2009 10:00 pm
by John Gaby
I believe I figured it out. It looks like I need to use "LoadForCriteria".