-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Search - Automation and Indexing
-
2
-
Severity 3 - Minor
Issue Summary
Inconsistent results when calling the {{wiki/rest/api/search?cql=type=space and space.key in ('KEY1','KEY2',...)&expand=space.permissions,space.id }}endpoint. The first call retrieves an empty result. After that, it returns the correct results.
Steps to Reproduce
- Use the Python script from the internal ticket.
Expected Results
"results" with data.
Actual Results
HTTP 200 {"results":[]...
Workaround
If an empty response is returned, call the same endpoint again to obtain the correct results.