Is there any way to set the limit and offset for the tagmanager method to find the tags.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
There are a lot of different methods to find tags:
Hi @aravindS ,
This is a TagManager API method which return RangeIterator<Resource> of JCR Nodes tagged with the given tag. You can play with return RangeIterator as per your need however you can't use limit and offser with tagmeneger's find().
Though, If you use QueryBuilder API to find nodes tagged with specific tag then you can use limit and offset.
There are a lot of different methods to find tags:
Views
Likes
Replies
Views
Like
Replies