You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until this is completed, anyone looking to use 'OR' statements in 'where' filters, you can pass a filter string directly to query_params
example:
Get contacts with first_name contains 'joe' OR email_address contains 'joe'
where_opts.map { |key, value| parameterize_option(key, value) }.join(' AND ')
This needs to be refactor to incorporate
OR
statements for handling theWHERE
clauseThe text was updated successfully, but these errors were encountered: