SwiftypeTouch icon indicating copy to clipboard operation
SwiftypeTouch copied to clipboard

Filters

Open atlcodecommandr opened this issue 9 years ago • 0 comments

Is there a way to filter using the sdk?

Tried using public override func clientRequestParameters(client: STAPIClient!, forQuery query: String!, withType type: STSearchType) -> [NSObject : AnyObject]! { let array = ["Performer", "Event", "SplashPage", "DynamicSplash"] let parameters : [NSObject : AnyObject]! = ["filters" : ["page" : ["pagetype" : array]]] return parameters }

Works fine on simulator but crashes on device

atlcodecommandr avatar May 20 '16 01:05 atlcodecommandr