how to add category wise filter
-
@ashish2409 Ok thank you very much, if it is easier maybe we can do a phone call or something
-
"Hello there,
you can raise a ticket and share all the details so that we can assist you better.Ticket Link -> https://webkul.uvdesk.com/en/customer/create-ticket/"
-
I fixed the issue, i found it.
In v2.0.0 in ProductRepository.php in the searchFromDatabase function there is an added line:
$qb->havingRaw('COUNT(*) = ' . count($attributes));
If you remove this line everything works fine again.
-
@moncherry29 said in how to add category wise filter:
$qb->havingRaw('COUNT(*) = ' . count($attributes));
Hello there,
You can check V2.1.2 , there are many changes and its the stable version you can check the details here as well.
I would suggest to go and check here as well.
Thanks.
-
This post is deleted!