-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
GetComponentPresentations sorting does not work when you pass InputSortParam. Tried different options, but still the same. However, this request works well if I use regular GraphQL request.
Here is example of my code:
InputComponentPresentationFilter cpFilter = new InputComponentPresentationFilter()
{
Keyword = new InputKeywordCriteria()
{
CategoryName = "Your Growth",
Key = "Mentorship"
}
};
InputSortParam sort = new InputSortParam()
{
Order = SortOrderType.Descending,
SortBy = SortFieldType.UPDATED_DATE
};
var results = client.GetComponentPresentations(ContentNamespace.Sites, 7, cpFilter, sort, null, null, ContentIncludeMode.IncludeJsonAndRender, null);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels