I have a list contains more than 20000 items and the number will increase. I need to query list items using caml query from javaScript. When I am using the next query, it fails.
"<View><Query><Where><Contains><FieldRef Name='Title'/><Value Type='Text'>some title</Value></Contains></Where><OrderBy><FieldRef Name='Modified' Ascending='False' /></OrderBy></Query><RowLimit>1</RowLimit></View>"
it is not possible to change the list view threshold. Is there any way to query this list using caml query from javaScript code?