diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-14 09:03:10 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-14 09:03:10 +0700 |
| commit | 7ada2eab1773629a3f74fe1a16ba78227953f912 (patch) | |
| tree | 5a6237093db529f694789e2fed448ecb18483493 /src/pages/api | |
| parent | 26cee59f3abad5a9c45821ebdccc8ccb819c930b (diff) | |
add fillterby brand di kolom pencarian
Diffstat (limited to 'src/pages/api')
| -rw-r--r-- | src/pages/api/shop/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/api/shop/search.js b/src/pages/api/shop/search.js index 874431e0..fd7a215a 100644 --- a/src/pages/api/shop/search.js +++ b/src/pages/api/shop/search.js @@ -13,7 +13,7 @@ export default async function handler(req, res) { orderBy = '', operation = 'AND', fq = '', - limit = '', + limit = 0, stock = '' } = req.query |
