I want to perform search, sort and pagination in AEM Assets API. Since Sorting and paging is not supported in GQL API, I wanted to know if the same is supported in Assets API or not? I know that pagination is supported but what about performing full text search on specific content fragment field?
Search and sorting are not supported by AEM Assets API. I think that general purpose of AEM Assets API is a bit different than what you would like to achieve. It has been designed to manage assets and run CRUD operation instead of search/filtering etc. All the details you can find under:
Search and sorting are not supported by AEM Assets API. I think that general purpose of AEM Assets API is a bit different than what you would like to achieve. It has been designed to manage assets and run CRUD operation instead of search/filtering etc. All the details you can find under: