• 1
    • Minor

      Issue Summary

      Reproducible on data center: unknown

      Steps to Reproduce

      On a tenant with English set as the indexing language, search for a phrase including a wildcard in the position of expected whitespace. For example: /wiki/rest/api/content/search?cql=type=page%20AND(title~"bed*breakfast")

      Expected Results

      The query returns pages title "bed breakfast" as well as "bednbreakfast"

      Actual Results

      The query does not return a page titled "bed breakfast"

      Workaround

      If you intend to search for multiple tokens with a wildcard, include that in the query, as in
      /wiki/rest/api/content/search?cql=type=page%20AND(title~"bed*breakfast" OR title~"bed breakfast)

            [AI-869] CQL wildcards exclude whitespace

            Assigning this to nmcginley@atlassian.com 

            as an investigation tix was created in the CQL team backlog - https://product-fabric.atlassian.net/browse/CCBOREALIS-3474

            Rishul Matta added a comment - Assigning this to nmcginley@atlassian.com   as an investigation tix was created in the CQL team backlog - https://product-fabric.atlassian.net/browse/CCBOREALIS-3474

            nmcginley is this an issue in the index, or in the way the monolith parses CQL and generates a query?

            Matthew Dyer (Inactive) added a comment - nmcginley is this an issue in the index, or in the way the monolith parses CQL and generates a query?

              nmcginley@atlassian.com Nora McGinley
              nmcginley nmcginley
              Affected customers:
              1 This affects my team
              Watchers:
              5 Start watching this issue

                Created:
                Updated: