- Moderator
- 1044
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Instant Search plugin for nopCommerce.
Nop.Services.Catalog.ProductService.public virtual IPagedList<Product> SearchProducts(int categoryId, int manufacturerId, bool? featuredProducts,
decimal? priceMin, decimal? priceMax, int productTagId,
string keywords, bool searchDescriptions, int languageId,
IList<int> filteredSpecs, ProductSortingEnum orderBy,
int pageIndex, int pageSize,
bool loadFilterableSpecificationAttributeOptionIds, out IList<int> filterableSpecificationAttributeOptionIds,
bool showHidden = false)