Problem Statement:
We are using the Confluence Cloud API for advanced search with CQL, but we are experiencing discrepancies between the search results from the Confluence UI and the API. We are using following CQL query
API doc:
https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/
CQL : title~"custom"++OR+title~"applications"
In the UI, the results differ significantly from those returned by the API.
Expected Behavior:
The API search should return the same results as the UI search when using equivalent search criteria.
Actual Behavior:
The API search returns no results, while the UI search successfully finds the expected pages.
Needs Investigation ?