Hi All, I am having a list in SP2010 which contains more than 20,000 items. There is a field call "Body[Multiple lines of text]",I need search for a keyword in body field. I have tried to query by using SP services but getting List View Threshold error. I have used the rowlimit:350 as we need a max of 350 items from the search result.
We need to do this by using client side coding only. Is there any Workaround to resolve the issue without changing list view threshold limit.