OneDrive/onedrive-sdk-ios

searchWithQ not working in Obj-C

kennybuc opened this issue · 2 comments

I integrated OneDrive SDK for iOS to my Obj-C project. Everything seems working fine but search function.

[[self.odClient.root searchWithQ:@".privacy.txt"] request]

The search function does not work immediately after I uploaded a file, ".privacy.txt".
It then works after few mins. And sometimes search response is empty array but this rarely happens.

If anybody has experienced this kind of issue, please help me.

Thanks!

@kevklam Did you have got a chance to reproduce the same issue?