mike4aday / SwiftlySalesforce

The Swift-est way to build native mobile apps that connect to Salesforce.
MIT License
136 stars 43 forks source link

salesforce.search() replacement? in 9.0 #134

Closed perbrondum closed 3 years ago

perbrondum commented 3 years ago

Is there a replacement for .search(sosl:) in 9.0.5

mike4aday commented 3 years ago

@perbrondum no, I haven't had the chance yet to create an 'out of box' search method in Swiftly Salesforce v9. You could create your own search capability relatively easily: create a custom struct that implements the Service protocol -- see QueryService, SObjectsService, or LimitsService as examples.

perbrondum commented 3 years ago

Ok, thanks.

Per

On Aug 4, 2021, at 5:11 PM, Michael Epstein @.***> wrote:

 @perbrondum no, I haven't had the chance yet to create an 'out of box' search method in Swiftly Salesforce v9. You could create your own search capability relatively easily: create a custom struct that implements the Service protocol -- see QueryService, SObjectsService, or LimitsService as examples.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.