diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-10 14:58:24 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-10 14:58:24 +0700 |
| commit | aff296d79cc148a919b33c2c589d6b803fb39a22 (patch) | |
| tree | 3fd8f749b71315309222d55c4866e08858aaf5ff /src/pages/api | |
| parent | e1753f5cb16ce4094a6106a829339b8db2b99dd2 (diff) | |
update
Diffstat (limited to 'src/pages/api')
| -rw-r--r-- | src/pages/api/shop/search.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/api/shop/search.js b/src/pages/api/shop/search.js index 089a1722..1b6377f4 100644 --- a/src/pages/api/shop/search.js +++ b/src/pages/api/shop/search.js @@ -81,7 +81,8 @@ export default async function handler(req, res) { `start=${parseInt(offset)}`, `rows=${limit}`, `sort=${paramOrderBy}`, - `fq=-publish_b:false, product_rating_f:[8 TO *], price_tier1_v2_f:[1 TO *]` + `fq=-publish_b:false, product_rating_f:[8 TO *], price_tier1_v2_f:[1 TO *]`, + `mm=2` ]; if (priceFrom > 0 || priceTo > 0) { |
