I am trying to find a subset of Product by brand.
However, I cannot find any examples of how to query by Product.brand.
I have tried the brand.title & brand.ID as the values but have been unsuccessful.
Moltin.sharedInstance().product.searchWithParameters(["brand": **?????**])
I am trying to find a subset of Product by brand.
However, I cannot find any examples of how to query by
Product.brand.I have tried the
brand.title&brand.IDas the values but have been unsuccessful.Moltin.sharedInstance().product.searchWithParameters(["brand": **?????**])