Cody C.
unread,Mar 26, 2024, 9:39:59 AMMar 26Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotCMS User Group
Good afternoon,
I am trying to adjust the number of results that appear when using my api link with an input field. I can grab the data, but for some reason it has a hard cap of 100 results. I have tried setting the limit to 0, the total number of entries in this content type, and an exceeding value beyond the max number of entries (180) but the cap is still at 100. My API link looks something like this: https://..............+working:true/limit/0. I have this link pasted into a javascript file that the application is using, and it has no issues grabbing the most recent 100 published entries.
I am using an enterprise version of dotCMS, I have an admin role, and there doesn't seem to be any special configurations specific to my organization that could be causing this. If anyone could provide any insight on this issue I would really appreciate it!