This is regrading Confluence REST API when I search text (containing multiple words) using Rest API the results are inappropriate or entirely different compared to In-portal search method.
Is it possible to get same search results using REST API in case when text is in a form of sentence.
REST API Example -
https://your-confluence-url.com/wiki/rest/api/content/search/?cql=text~"How can we login into Prod Environment in ABC Project"
Please help with the same!