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:
@@ -132,6 +132,9 @@ export default (app) => {
|
||||
export const defaultAdminInventoryItemFields: (keyof InventoryItemDTO)[] = [
|
||||
"id",
|
||||
"sku",
|
||||
"title",
|
||||
"description",
|
||||
"thumbnail",
|
||||
"origin_country",
|
||||
"hs_code",
|
||||
"requires_shipping",
|
||||
|
||||
Reference in New Issue
Block a user