hotfix(medusa): add product status to search

This commit is contained in:
Sebastian Rindom
2021-10-22 10:44:28 +02:00
parent f0c371f987
commit 71e1ee808b
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",