careless-gazelles / Bangazon-Site

0 stars 1 forks source link

User can search products to buy #4

Open stevebrownlee opened 7 years ago

stevebrownlee commented 7 years ago

Given the user wants to find specific products When the user clicks on the search input field in the navigation bar And the user types the name of a product When pressed the enter key Then products matching the keyword show in the page

krissycaron commented 7 years ago

@megducharme Can we use a filter feature in C# similar to angular? or a Linq for the entire database of products.

megducharme commented 7 years ago

If you can find a C# equivalent, you can absolutely use that.

megducharme commented 7 years ago

https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application

^ may be a good resource!