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

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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

            Assignee:
            Tim Jacomb
            Reporter:
            Daniel Beck
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: