-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Search - Automation and Indexing
-
None
-
1
-
Severity 3 - Minor
-
1
Issue Summary
HTTP 400 Bad Request error - “stack: com.atlassian.confluence.api.service.exceptions.scale.SSStatusCodeException: There was an illegal request passed to XP-Search Aggregator API : HTTP/1.1 400 Bad Request“ while running the CQL search with multiple filters, while the search works for individual filters.
Steps to Reproduce
- CQL search not working with two filters -
https://mysite.atlassian.net/wiki/rest/api/search?cql=type="ac:com.mute.confluence.plugins.lms:course-type" AND learningPath= 1 AND (favorite = "<AAID value>") - CQL search working for individual filters
-
-
- https:// mysite .atlassian.net/wiki/rest/api/search?cql=type="ac:com.mute.confluence.plugins.lms:course-type" AND learningPath= 1
-
- https:// mysite .atlassian.net/wiki/rest/api/search?cql=type="ac:com.mute.confluence.plugins.lms:course-type" AND (favorite = "<AAID value>")
Expected Results
CQL search works successfully having multiple filters in the query
Actual Results
The exception below is thrown
“stack: com.atlassian.confluence.api.service.exceptions.scale.SSStatusCodeException: There was an illegal request passed to XP-Search Aggregator API : HTTP/1.1 400 Bad Request“
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available