blathering-barnacles / Bangazon-2

Sprint 2
1 stars 1 forks source link

User can search products to buy #4

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

Given the user is authenticated 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

rjlancaster commented 5 years ago

Does key word mean the name of the product? Would this be a simple search where we are just searching a table or do we need to be searching broader?

We know how to run a raw SQL search to search a field in a table.

jessicabarnett8219 commented 5 years ago

Not related to product type, search the string of the product title.