Merge pull request #589 from medusajs/hotfix/product-status-search

hotfix(medusa): add product status to search
This commit is contained in:
Sebastian Rindom
2021-10-23 13:17:19 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ async function loadProductsIntoSearchEngine(container) {
select: [
"id",
"title",
"status",
"subtitle",
"description",
"handle",

View File

@@ -6,6 +6,7 @@ const searchFields = [
"id",
"title",
"subtitle",
"status",
"description",
"handle",
"is_giftcard",