Hi!
I'm having some problems trying to filter products on my moltin-based website.
as told in the documentation i use :
$result = $moltin->products->filter([ 'has' => ['name' => $query] ])->all()->data();
to get all products that contains $query, but i get an empty result. Is it a bug?
Hi! I'm having some problems trying to filter products on my moltin-based website. as told in the documentation i use :
$result = $moltin->products->filter([ 'has' => ['name' => $query] ])->all()->data();
to get all products that contains $query, but i get an empty result. Is it a bug?