nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.19k stars 5.27k forks source link

Instant search. Allow to filter by category name #4306

Open AndreiMaz opened 4 years ago

AndreiMaz commented 4 years ago

Let's make it configurable (disabled by default)

Add a category dropdownlist to the top search box (between the input and the button). The root item name will be "All categories". So it'll be used for the AJAX search and when clicking the "Search" button.

Also add a catalog setting indicating whether this feature is enabled or disabled (the dropdownlist is hidden in this case)

dorofeev-serdg commented 4 years ago

I'll take care about this issue.

dorofeev-serdg commented 4 years ago

https://github.com/nopSolutions/nopCommerce/pull/4339