Is Full Text Search and Sorting supported in AEM Assets API for content fragment? | Community
Skip to main content
Level 4
September 20, 2022
Solved

Is Full Text Search and Sorting supported in AEM Assets API for content fragment?

  • September 20, 2022
  • 1 reply
  • 538 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @spidey1405,

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:

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
September 20, 2022

Hi @spidey1405,

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: