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

[BUG]: Search operation is case sensitive and inefficient #755

Closed
4 tasks done
anamika7153 opened this issue Jul 11, 2023 · 1 comment · Fixed by #998
Closed
4 tasks done

[BUG]: Search operation is case sensitive and inefficient #755

anamika7153 opened this issue Jul 11, 2023 · 1 comment · Fixed by #998

Comments

@anamika7153
Copy link
Contributor

Description

  • Searching is case-sensitive.
  • Also it's not working efficiently, it's not providing search result .
  • Also it should provide clear information as to what it searches (user or some post). There should be a heading like "Search users".

Steps to reproduce

Go to website and search users

Screenshots

Case sensitive issue:

There is a user: "viju g"
When i write "vij" (in lowercase), it gives result:
When i write "Vij" (in upper-case), it doesn't give result

Inefficiency:

There are users "Narayan" and "Tisha Garg"
When I search for them , doesn't give results:

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

No response

Additional information

No response

Record

  • I agree to follow this project's Code of Conduct
  • I have checked the existing issues
  • I'm a GSSoC'23 contributor
  • I want to work on this issue
@narayan954
Copy link
Owner

Description

  • Searching is case-sensitive.
  • Also it's not working efficiently, it's not providing search result .
  • Also it should provide clear information as to what it searches (user or some post). There should be a heading like "Search users".

Steps to reproduce

Go to website and search users

Screenshots

Case sensitive issue:

There is a user: "viju g"
When i write "vij" (in lowercase), it gives result:
When i write "Vij" (in upper-case), it doesn't give result

Inefficiency:

There are users "Narayan" and "Tisha Garg"
When I search for them , doesn't give results:

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

No response

Additional information

No response

Record

  • I agree to follow this project's Code of Conduct
  • I have checked the existing issues
  • I'm a GSSoC'23 contributor
  • I want to work on this issue

correct! you can work on this and please make sure to test them :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants