IList<ManufacturerProductCount> AdvancedSearchCountByManufacturer( string keyword, int categoryId, bool searchName, bool searchDescription, bool searchSKU, decimal lowPrice, decimal highPrice )
Parameters
- keyword
- keyword to match
- categoryId
- The category ID to search for products (search is recursive to all descendants)
- searchName
- If true product name field is searched
- searchDescription
- If true product description field is searched
- searchSKU
- If true product SKU field is searched
- lowPrice
- The lowest price to include in result.
- highPrice
- The highest price to include in result.
Return Value
A count of the products grouped by manufacturer that match the search criteria.