SurajRKU / SE_PROJECT_GRP_12

As a part of our curriculum at NCSU CSC 510, we have a developed a movie-recommender, which will recommend movies. Movies are recommended by this.
MIT License
0 stars 2 forks source link

Case Sensitive Search : If a user enter a movie name with each characters of the movie name in a different case, search results were not displayed. #5

Closed prathyu99 closed 9 months ago

prathyu99 commented 9 months ago

Missed a configuration in autocomplete. added it in autocomplete.js file Refer commit : commit 96998ca