-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Severity 3 - Minor
Issue Summary
When adding a Custom Content Property in a CQL query through REST API, pagination is not working.
I'm able to run the first query URL, it generates the "next" URL, which I'm also able to run. When I get and run the "prev" URL from the "next" I get a 400 response.
It looks like it only happens when I use my Content Property in the order by clause.
Steps to Reproduce
Please check steps to reproduce here:
Expected Results
The prev link works and we get the results from the previous page
Actual Results
400 status
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available