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
Post a Comment