function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
osf_teamosf_team 

SOSL

I am trying to make a search call. The max limit for search is 200 (till API version 27). Is there a war arround to get records above 200.

Rahul_sgRahul_sg
In the latest api version it has been increased to 2000.
Also, see if you can use SOQL instead with filters.
sfdcfoxsfdcfox
Limits are just that. Limits. The system enforces the limits in order to make sure all users have equal access to the application (e.g. does not consume too much CPU time, memory, etc). You will need to use the latest API version to gain access to more than 200 records.