diff options
Diffstat (limited to 'src')
| -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 54c89716..57b16db8 100644 --- a/src/pages/api/shop/search.js +++ b/src/pages/api/shop/search.js @@ -50,7 +50,7 @@ export default async function handler(req, res) { `start=${offset}`, `rows=${limit}`, `sort=${paramOrderBy}`, - `facet.query=-publish_b:false` + `fq=-publish_b:false` ] if (priceFrom > 0 || priceTo > 0) { |
