SysSn13 / leetcode-rating-predictor

Leetcode Rating Predictor built with Node. Browser extension and web interface.
https://lcpredictor.onrender.com/
MIT License
532 stars 55 forks source link

Username search should not be Case Sensitive #80

Open kclalit64 opened 7 months ago

kclalit64 commented 7 months ago

We know usernames in their default nature are not case sensitive. However, I found this rating predictor to consider them case sensitive. Please assign me this issue as I'd like to fix it.

for eg: John77 would show up a valid user for prediction whereas john77 won't

Thanks!