Files
klz-cables.com/.pnpm-store/v10/files/91/2970d8687e2f2130d4c0ffacdbbcf70fab8c68440d4f298a7c5f57084acf8bafd664794fd19950fa33981fd6241c7c8275f9ff16f5c310fa812f4d9d66102a
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

2 lines
308 B
Plaintext

import{formatFields as e}from"../../utils/format-fields.js";function t(t){return()=>{let n=t();return n.method===`GET`&&n.params&&(n.method=`SEARCH`,n.body=JSON.stringify({query:{...n.params,fields:e(n.params.fields??[])}}),delete n.params),n}}export{t as withSearch};
//# sourceMappingURL=with-search.js.map