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:
@@ -72,6 +72,7 @@ export default class InventoryItemService {
|
||||
selector,
|
||||
config
|
||||
)
|
||||
|
||||
return await queryBuilder.getManyAndCount()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user