-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Search - Automation and Indexing
-
Severity 3 - Minor
Issue Summary
CQL search query fails unless the exact page name is used. Wildcards are not working properly.
This is reproducible on Data Center: Unknown
Steps to Reproduce
Search for a page inside of a space:
- Create a page with title: CED - Systém
- Attempt query: search?cql=space="<SPACE>" and (type%3Dpage and title~"CED - S*")
Expected Results
Page should be found using wildcard search.
Actual Results
Page is not found unless specific parts of the title are omitted.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available