First-contributions: Searching of the same term gives different result due to case sensitive search

Created on 3 Feb 2018  路  5Comments  路  Source: firstcontributions/first-contributions

馃悶 Problem


In the screenshot below, searching for javascript and Javascript should return the same result because the user is essentially searching for the same thing. But different results are returned.

Img1:
image

Img2:
image

馃幆 Goal


It's important to be able to search for keywords without having to try all permutations of the uppercase and lowercase. (Imagine searching for Ruby on Rails, Ruby On Rails, Ruby on rails, ruby on rails).

馃挕 Possible solutions

Make the searches ignore case.

馃搵 Steps to solve the problem

  • Comment below about what you've started working on.
  • Add, commit, push your changes.
  • Submit a pull request and add this in comments - Addresses #2562
  • Ask for a review in comments section of pull request.
  • Celebrate your contribution to this project. 馃帀
bug help wanted

All 5 comments

Hi @Haozhe321, thank you for opening this issue. Also, kudos on drafting a good issue. Screenshots are so easy to understand. I wasn't aware of the case sensitivity.
We have a work-in-progress pull request to normalise all the tags. This will partially solve this problem.

I think ignoring case would solve this. Would you like to work on this issue?

Sure, I'm taking a look at it!

@Roshanjossey The PR was completed, waiting for your review :)

@Haozhe321, please gimme some time to review

Closing this issue as it has been resolved in #2570

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kevinnls picture kevinnls  路  9Comments

sara-02 picture sara-02  路  9Comments

Roshanjossey picture Roshanjossey  路  13Comments

lkreimann picture lkreimann  路  11Comments

als1 picture als1  路  13Comments