Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-70822

Search no longer treats separate terms as independent tokens (regression in 2.270)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core

      https://github.com/jenkinsci/jenkins/pull/5051 significantly changed the behavior of the plugin search. It no longer treats tokens as separate search terms, but just does a really basic substring search for the entire query.

      So searching for "build token" will not find https://plugins.jenkins.io/build-token-root/ because its display name is "Build Authorization Token Root". "build-token" works because that's a substring of the plugin ID.

      "Pipeline Groovy" finds nothing (no colon), neither does "Pipeline CPS".

      All of this worked in 2.269 and doesn't in 2.270.

        1. new1.png
          new1.png
          93 kB
        2. new2.png
          new2.png
          99 kB
        3. old1.png
          old1.png
          243 kB
        4. old2.png
          old2.png
          717 kB

            timja Tim Jacomb
            danielbeck Daniel Beck
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: