diff --git a/custom_connectors/custom_auth/zuora.rb b/custom_connectors/custom_auth/zuora.rb index c4688285..5af38580 100644 --- a/custom_connectors/custom_auth/zuora.rb +++ b/custom_connectors/custom_auth/zuora.rb @@ -517,7 +517,7 @@ fields = call("get_object_fields", object) query_params = (input || []).map do |key, value| if ["Name"].include?(key) - "#{key} = '%#{value}%'" + "#{key} like '#{value}'" else "#{key} = '#{value}'" end