Search code examples
liferay-6saxparserliferay-velocity

Liferay : saxReaderUtil Results


While fetching results from Liferay web content articles, using SAX reader and Velocity , the number of results is limited to 5!

$saxReaderUtil.readURL("http://$request.theme-display.url-portal/c/journal/get_articles?groupId=10157&type=typeOne&approved=true&orderBy=display-date

How can I fetch all the elements?

I'm Using Liferay 6.0.6

Thanks in advance.


Solution

  • By Adding delta parameter. $saxReaderUtil.readURL("http://$request.theme-display.url-portal/c/journal/get_articles?groupId=10157&type=typeOne&approved=true&orderBy=display-date&delta=100"); Here, the request will bring 100 results.