diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-11-18 10:56:27 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-11-18 10:56:27 +0700 |
| commit | 31b0c79103bc32e7c7aa30c6d96c896b094c2bb2 (patch) | |
| tree | 0307bf635c1a2fa7e15edf5f99d8cde80822bea3 /src/lib/product/components | |
| parent | 986e2e47037c6d99b184ec0edc1fbf591f0582a8 (diff) | |
ketinggalan
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/ProductSearch.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx index a6d8a7d6..f7b044aa 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -114,7 +114,7 @@ const ProductSearch = ({ if (prefixUrl.includes('category')) { const ids = collectIds(dataCategoriesProduct); const newQuery = { - fq: [`category_id_ids:(${ids.join(' OR ')})`], + fq: `category_id_ids:(${ids.join(' OR ')})`, page: router.query.page ? router.query.page : 1, brand: router.query.brand ? router.query.brand : '', category: router.query.category ? router.query.category : '', |
