Merge pull request #589 from medusajs/hotfix/product-status-search
hotfix(medusa): add product status to search
This commit is contained in:
@@ -17,6 +17,7 @@ async function loadProductsIntoSearchEngine(container) {
|
|||||||
select: [
|
select: [
|
||||||
"id",
|
"id",
|
||||||
"title",
|
"title",
|
||||||
|
"status",
|
||||||
"subtitle",
|
"subtitle",
|
||||||
"description",
|
"description",
|
||||||
"handle",
|
"handle",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ const searchFields = [
|
|||||||
"id",
|
"id",
|
||||||
"title",
|
"title",
|
||||||
"subtitle",
|
"subtitle",
|
||||||
|
"status",
|
||||||
"description",
|
"description",
|
||||||
"handle",
|
"handle",
|
||||||
"is_giftcard",
|
"is_giftcard",
|
||||||
|
|||||||
Reference in New Issue
Block a user