Popat
Popat
Thanks for quick reply. Actually I want to keep the other property e.g. place_id with search result for other operation but want to search on particular property e.g. place name.
Like like, I didn't specify requirement correctly. How to pass single property to search? . In following example i want to search only on name property. If i search 11...
Thanks for the reply. Right, but how can we achieve this using browser API. Below is a sample browser function call. ``` this.jsForce.browser.init({ loginUrl: config.SF_OAUTH_LOGIN_URL, clientId: config.SF_CLIENT_ID, clientSecret: config.SF_CLIENT_SECRET, redirectUri:...