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
@@ -72,6 +72,7 @@ export default class InventoryItemService {
selector,
config
)
return await queryBuilder.getManyAndCount()
}