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 has been archived by the owner on Sep 18, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: