Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Description
The behavior of
mediaItems.search
is inconsistent with the developer documentationDetailed description
The documentation states that
orderBy
works with any search request that include aDateFilter
.However, when attempting a search that includes a combination of a
DateFilter
, aContentFilter
and aMediaTypeFilter
I see:orderBy
orderBy
API calls
mediaItems.search
Steps to reproduce the problem
call
mediaItems.search
with the following parametersWhat is the expected output?
A list of results similar to that obtained when making the same request without the
orderBy
field.What do you see instead?
400 response with "Searching for items in chronological order only works with DateFilter."