• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      The search box would be even more useful if it would match text non-casesensitively.

          [JENKINS-850] search box should match non-casesensitively

          gradopado created issue -

          mdonohue added a comment -
              • Issue 2906 has been marked as a duplicate of this issue. ***

          mdonohue added a comment - Issue 2906 has been marked as a duplicate of this issue. ***
          mdonohue made changes -
          Link New: This issue is duplicated by JENKINS-2906 [ JENKINS-2906 ]

          Code changed in jenkins
          User: Fred G
          Path:
          core/src/main/java/hudson/search/CollectionSearchIndex.java
          core/src/main/java/hudson/search/FixedSet.java
          core/src/main/java/hudson/search/Search.java
          core/src/main/java/hudson/search/UserSearchProperty.java
          http://jenkins-ci.org/commit/jenkins/42b1d25241bf79471e3eb0fc83172fca3e78ffbc
          Log:
          [FIXED JENKINS-850] search box should match non-casesensitively.

          The real fix was provided in pull request #376 by lvotypko and vjuranek.
          This commit just corrects a method name mix up, removes redundant
          imports and adds the right JIRA ticket number.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Fred G Path: core/src/main/java/hudson/search/CollectionSearchIndex.java core/src/main/java/hudson/search/FixedSet.java core/src/main/java/hudson/search/Search.java core/src/main/java/hudson/search/UserSearchProperty.java http://jenkins-ci.org/commit/jenkins/42b1d25241bf79471e3eb0fc83172fca3e78ffbc Log: [FIXED JENKINS-850] search box should match non-casesensitively. The real fix was provided in pull request #376 by lvotypko and vjuranek. This commit just corrects a method name mix up, removes redundant imports and adds the right JIRA ticket number.
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1536
          [FIXED JENKINS-850] search box should match non-casesensitively. (Revision 42b1d25241bf79471e3eb0fc83172fca3e78ffbc)

          Result = SUCCESS
          Fred G : 42b1d25241bf79471e3eb0fc83172fca3e78ffbc
          Files :

          • core/src/main/java/hudson/search/CollectionSearchIndex.java
          • core/src/main/java/hudson/search/Search.java
          • core/src/main/java/hudson/search/FixedSet.java
          • core/src/main/java/hudson/search/UserSearchProperty.java

          dogfood added a comment - Integrated in jenkins_main_trunk #1536 [FIXED JENKINS-850] search box should match non-casesensitively. (Revision 42b1d25241bf79471e3eb0fc83172fca3e78ffbc) Result = SUCCESS Fred G : 42b1d25241bf79471e3eb0fc83172fca3e78ffbc Files : core/src/main/java/hudson/search/CollectionSearchIndex.java core/src/main/java/hudson/search/Search.java core/src/main/java/hudson/search/FixedSet.java core/src/main/java/hudson/search/UserSearchProperty.java

          garethbowles added a comment -

          Still not working for me in Jenkins 1.462, which was release on 4/30/12 (well after the fix was committed).

          garethbowles added a comment - Still not working for me in Jenkins 1.462, which was release on 4/30/12 (well after the fix was committed).
          garethbowles made changes -
          Assignee New: dogfood [ dogfood ]
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]

          Radek Chromy added a comment -

          It seems to be platform/environment depended:
          Jenkins ver. 1.464
          Linux Ubuntu 12.04, Chromium 18.0.1025.151, search is case insensitive.
          Mac OS X 10.7.3 a Chrome Version 19.0.1084.46, search is case sensitive.

          Radek Chromy added a comment - It seems to be platform/environment depended: Jenkins ver. 1.464 Linux Ubuntu 12.04, Chromium 18.0.1025.151, search is case insensitive . Mac OS X 10.7.3 a Chrome Version 19.0.1084.46, search is case sensitive .

          Dennys Hsieh added a comment -

          Just for your reference, Windows 2008, Jenkins 1.516, Chrome 29, search is case sensitive.

          Dennys Hsieh added a comment - Just for your reference, Windows 2008, Jenkins 1.516, Chrome 29, search is case sensitive.

            dogfood dogfood
            gradopado gradopado
            Votes:
            16 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated: