elasticio / salesforce-component

elastic.io component that connects to Salesforce API (node.js)
Apache License 2.0
3 stars 7 forks source link

In the query option, maxFetch settings are not applied to the emitAll case #138

Open jhorbulyk opened 4 years ago

jhorbulyk commented 4 years ago

In https://github.com/elasticio/salesforce-component/pull/133 a maxFetch value was added to many lookup actions. However, it was not applied to all code paths. For instance, int the query.emitAll case, this change has not been applied: https://github.com/elasticio/salesforce-component/blob/master/lib/actions/query.js#L96-L123