diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-19 15:12:09 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-19 15:12:09 +0700 |
| commit | a03ddbe49706870862f692b6c425b4dce6175842 (patch) | |
| tree | 074934835dd47c412056988dfd5acc8a493443ac | |
| parent | 5808e82529933aee7c63ede955f64028fd1f38ee (diff) | |
<Miqdad> add param orderby seearchkey
| -rw-r--r-- | src/pages/api/shop/search.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/api/shop/search.js b/src/pages/api/shop/search.js index d60b9a46..5f77b5c6 100644 --- a/src/pages/api/shop/search.js +++ b/src/pages/api/shop/search.js @@ -222,6 +222,7 @@ export default async function handler(req, res) { // `qf=variants_code_t variants_name_t`, `rows=${limit}`, `start=${offset}`, + `sort=${paramOrderBy}`, ]; const solrUrl = |
