Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching for a name without exact capitalization doesnt show results #61

Open
21Cash opened this issue Mar 3, 2024 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@21Cash
Copy link

21Cash commented Mar 3, 2024

In the contest page, i tried searching "21cash" (with Capital C) and i got nothing found
but after i searched "21Cash" (With capital C) i got my result shown to me.

@baoliay2008 baoliay2008 added the enhancement New feature or request label Mar 3, 2024
@manoharreddyporeddy
Copy link

if ignore case is allowed, it will be great @baoliay2008
had same issue few months ago

@baoliay2008
Copy link
Owner

@21Cash @manoharreddyporeddy Thanks for your advice. I will implement this functionality.

@baoliay2008 baoliay2008 self-assigned this Mar 4, 2024
@Raj-kansagra
Copy link

@ashuthe1, I believe you are mistaken. When a new user signs up:

1)Filling out the form:

The user must provide a unique username, which is then assigned as their LeetCode ID in the backend. The user can later change their name but not their LeetCode ID.

Even with different case sensitivity, I was not able to create an account. This means if a user already exists with a LeetCode ID/username like "rajkan888", no new user can create an account with similar usernames like "Rajkan888", "rajKAN888", "RAJKAN888", etc.
Note: Do not confuse the username field during registration with the user's name.

2)Google sign-up:

LeetCode automatically uses the initial letters of your email as your username. For example, if the email is "[email protected]", the LeetCode ID might be "samsharma768".

@baoliay2008 i will surely create a PR to help you out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants