OfficeDev / Office-365-SDK-for-iOS

Microsoft Services SDKs for iOS Preview produced by MS Open Tech.
https://dev.office.com/
Other
96 stars 49 forks source link

Search on List Items #44

Closed karlbarek closed 9 years ago

karlbarek commented 9 years ago

Is there a way to search on a field, i.e. "Title" on a list using the SDK? I know the Android SDK has a query parameter. I'm not seeing it in the iOS SDK.

I have the getListItems returning all my list items, but I haven't figured out how to refine that result.

ravidixit commented 9 years ago

@karlbarek can you put in some code so that we can see how are you fetching the list items?