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
{{ message }}
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
because query_data is a class method when you make a new products instance (Semantics3::Products.new(API_KEY,API_SECRET)) this causes the query results from previous queries to be cached between runs, causing some confusing errors.
it seems to me either this should be documented (at least document the clear() method) or fixed. it certainly isn't intuitive that a new Products instance would retain query parameters from previous searches