jquery - Sharepoint 2013, calling rest api filter with an array of elements for single column -


i trying call service multiple items in filter single column. using or operator pass values filter below:

var commiteerec = _sppagecontextinfo.webabsoluteurl + "/_api/web/lists/getbytitle('listname')/items?$select=col1,col2&$filter=((col1 eq 1) or (col1 eq 2) or (col1 eq 3)) 

but issue is, work upto 30 elements. can suggest better solution.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -