alexhalcazar / marvelProject

Building a web application that will interact with a database
1 stars 1 forks source link

TypeError was due to search being case sensitive #11

Closed alexhalcazar closed 2 weeks ago

alexhalcazar commented 2 weeks ago

Was able to determine that the error was due to mongoDB being case sensitive and by searching a single card we must have an exact string match. This has now been corrected by this PR.