diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 10:17:09 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 10:17:09 +0700 |
| commit | 2cec0830eaef2ad9bc40f3c2d5e9b9ea05cc411b (patch) | |
| tree | 72c651e430931c73449ae7dc0b5f1eea8d5f320d | |
| parent | f356538cd4ad808f90c363e6d7df2a19c4993713 (diff) | |
<MIqdad> fix 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..ae2c5861 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 *]', 'publish_b:true'], }; const products = await variantSearchApi({ query: _.toQuery(queries) }); |
