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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -