• 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

          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. ***

          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.

          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).

          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.

          pmv added a comment -

          Interesting that if you enter a full job name, it will match it even if the case is different (case insensitive). If you enter a substring of a job name, however, it will only return case sensitive results. We're currently on 1.509.4.

          pmv added a comment - Interesting that if you enter a full job name, it will match it even if the case is different (case insensitive). If you enter a substring of a job name, however, it will only return case sensitive results. We're currently on 1.509.4.

          Kirk K. added a comment -

          This appears to be default 'case sensitive' in Mac OS with Chrome 45.0.2454.85 (64-bit).
          Jenkins: ver. 1.609.2

          Is there a way to set the default to 'case insensitive' globally for all users on your jenkins instance?

          Does anyone see this as low hanging fruit that might be able to get updated in a future build?

          Kirk K. added a comment - This appears to be default 'case sensitive' in Mac OS with Chrome 45.0.2454.85 (64-bit). Jenkins: ver. 1.609.2 Is there a way to set the default to 'case insensitive' globally for all users on your jenkins instance? Does anyone see this as low hanging fruit that might be able to get updated in a future build?

          Also pipeline-syntax search on parameters (i.e. build: Project To Build property) are case sensitive ignoring user profile setting:

          Setting for search
            Case-sensitivity Insensitive search tool  

          Jakub Pawlinski added a comment - Also pipeline-syntax search on parameters (i.e. build: Project To Build property) are case sensitive ignoring user profile setting: Setting for search   Case-sensitivity Insensitive search tool  

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

              Created:
              Updated: