Files
klz-cables.com/.pnpm-store/v10/files/ea/19985abeb01187da5d96425f5a5017a7e735e9b677d93a18896007bbc05c8397b92cb5c3ba25022d24e93d06924bea317c3d0fdd52efbbbdf65b1c4c840dc0
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

30 lines
475 B
Plaintext

export const operators = {
comparison: [
'greater_than_equal',
'greater_than',
'less_than_equal',
'less_than'
],
contains: [
'in',
'not_in',
'all'
],
equality: [
'equals',
'not_equals'
],
geo: [
'near'
],
geojson: [
'within',
'intersects'
],
partial: [
'like',
'contains'
]
};
//# sourceMappingURL=operators.js.map