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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -