-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
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)
- was cloned as
-
CCBOREALIS-3474 Failed to load
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