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
samreet_matharu@psl.co.insamreet_matharu@psl.co.in 

Query cursor issue in the site

we hava a force.com site  with a search functionality implemented using a query locator.However our users are facing cursor issue somethimes while accessing site..

 

My question is that if we replace the query locator implementation with the list of records,will this limit be bypassed?

That is replacing Database.getquerylocator(query) with Database.query(query)

 

Thanks in advance..