diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-29 09:20:24 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-29 09:20:24 +0700 |
| commit | f091d443fe0cdbcb1500a5b396b180bab30affd5 (patch) | |
| tree | 068655ec9a4f69b38293cd07dcfc8c215a5c8a32 /src/pages/google_merchant | |
| parent | 0febcbbbb62bb2f76e1385b8f4edb05e7217a618 (diff) | |
| parent | 7f71d52e2e6e6e8ffb5ea2837be84c800d04ef95 (diff) | |
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into cr_prod_card
merge
Diffstat (limited to 'src/pages/google_merchant')
| -rw-r--r-- | src/pages/google_merchant/products/[page].js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/google_merchant/products/[page].js b/src/pages/google_merchant/products/[page].js index 63d52d91..161b6aec 100644 --- a/src/pages/google_merchant/products/[page].js +++ b/src/pages/google_merchant/products/[page].js @@ -18,7 +18,7 @@ export async function getServerSideProps({ res, query }) { page: page.replace('.xml', ''), priceFrom: 1, orderBy: 'popular', - fq: 'image_s:["" TO *]', + fq: ['image_s:["" TO *] AND publish_b:true'], }; const products = await variantSearchApi({ query: _.toQuery(queries) }); |
