feat(medusa, inventory): Search inventory items by title and description (#4154)

* initial filtering based on query

* add changeset

* add expect clause to ensure other items are not inluded
This commit is contained in:
Philip Korsholm
2023-05-24 11:52:25 +01:00
committed by GitHub
parent 3a38c84f88
commit 0a35f21af7
5 changed files with 68 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/inventory": patch
"@medusajs/medusa": patch
---
Feat(medusa,inventory): search inventory items based on title and description