andrewmcampgit / Stage2.PieAuction

0 stars 0 forks source link

Case insenstive flavor searches #5

Open PercyODI opened 4 years ago

PercyODI commented 4 years ago

From: https://github.com/PercyODI/Stage2.PieAuction/issues/5

As a user, I want to type a flavor into the search bar, and the search matches regardless of case So that I don't have to worry about case in my search


Example:

pecan Pecan PECAN PeCaN

Should all match any pie with "Pecan" in the flavor.

andrewmcampgit commented 4 years ago

would the change for this happen in line 55-56 of index.js?

PercyODI commented 4 years ago

Try it and see if it works! What would you suggest as the change?