• 2
    • Severity 2 - Major
    • 1

      Issue Summary

      CQL allows for wildcards like cql=text~term*. Sometimes one variation of the search term will return results while another does not (might be shorter or longer).

      Steps to Reproduce

      Searching with this set (Set A):
      cql: text~'Mü*'
      cql: text~'Mün*'
      cql: text~'Münc*'
      cql: text~'Münch*'
      cql: text~'Münche*'
      cql: text~'München*'
      cql: text~'München c*'
      cql: text~'München ca*'
      cql: text~'München can*'
      cql: text~'München cand*'
      cql: text~'München candies to d*'
      cql: text~'München candies to di*'
      cql: text~'München candies to die*'

      Should produce the same results as these (Set B):
      cql: text~'München candi*'
      cql: text~'München candie*'
      cql: text~'München candies*'
      cql: text~'München candies t*'
      cql: text~'München candies to*'
      cql: text~'München candies to die f*'
      cql: text~'München candies to die fo*'
      cql: text~'München candies to die for*'

      Expected Results

      Both Set A and Set B return the same page.

      Actual Results

      Set A returns the page. Set B returns no results.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available.

            [AI-867] CQL search using a wildcard returns inconsistent results

            There are no comments yet on this issue.

              Unassigned Unassigned
              ibuchanan devpartisan
              Affected customers:
              20 This affects my team
              Watchers:
              11 Start watching this issue

                Created:
                Updated: