I implemented sSearch regards to this documentation https://developer.kaltura.com/api-docs/service/eSearch/action/searchEntry.
Searching works well, but it doesn’t support all kinds of sorting like media.list action did (media.list documentation is here https://developer.kaltura.com/api-docs/service/media/action/list).
- media.list action supports sorting by: createdAt, duration, endDate, lastPlayedAt, mediaType, moderationCount, name, partnerSortValue, plays, rank, recent, startDate, totalRank, updatedAt, views, weight
- eSearch.searchEntry action supports sorting by: created_at, end_date, last_played_at, name, plays, start_date, updated_at, views, votes
Is better sorting support planned for eSearch.searchEntry action?