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
PalakPalak 

Search keyword functionality

Hi all,

 

I have to implement search keyword functionality. 

 

keywords are searched in all the longtext area fields of a object. so I cannot use SOQL, beacuse salesforce does not allow selective soql based on longtext area fields. For this reason I used SOSL, but that is returning 200 records only.

 

Please help me, is there any method to implement search functionality. There are thousands of records. Please help me its urgent.

 

With regards

Palak

PalakPalak

Hi Imran,

 

thanks for your reply.. link you gave redirects me SOSL page, and SOSL is retirning only 200 records because of governor limit.

Can you please tell me how bypass this limit.

 

With Regards

Palak Agarwal