- current_tickets = zoho.desk.searchRecords(ORG_ID,"Tickets",query,from_index,PAGE_SIZE);
As you can see, parameter accountId has exactly 30 IDs used for the search.
If I add one single ID to that comma separated string, I get an empty list as result.
Since no docs have described this limitation, here I am.
Each query field support at most 30 entries. I learned this by trial and error. :(
Hope this helps someone in the future.