Closed quiloos39 closed 1 year ago
Thanks for surfacing this @quiloos39!
I've opened a PR to fix this, can you try with this snapshot?
yarn add @medusajs/medusa@1.15.1-snapshot-20230828104214
Thanks for the fast fix, it seems to be working. I will deploy this into our development environment to test it further.
Between Medusa version 1.13.x - 1.15.x there seems to be bug where client is unable to filter by both
category_id
andq
parameters. Using onlycategory_id
orq
works but cannot use both of them.medusa-config.js
Example API call
GET http://localhost:9000/store/products?category_id[]=pcat_01H8XER1K4MRXX9RZTN2TTY7VA&q=coffee
API response:
Backend Terminal: