diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-11 11:02:04 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-11 11:02:04 +0700 |
| commit | f4fb8d1f93024cfe907a5783215cf9c939dd59bc (patch) | |
| tree | d283559b93d8a531cfaf521eda25c66ecfbd7332 /src/pages/api | |
| parent | be2442843d1049b776c326676e7557ae0ddbc58a (diff) | |
filter by limit rows
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 0c79831b..874431e0 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 = 30, + limit = '', stock = '' } = req.query |
