Use graph-based offers and remove radius filters
Some checks failed
Build Docker Image / build (push) Has been cancelled

This commit is contained in:
Ruslan Bakiev
2026-02-07 11:06:00 +07:00
parent 28eff7c323
commit 2fb34f664f
5 changed files with 38 additions and 67 deletions

View File

@@ -657,7 +657,6 @@ const onSearch = async () => {
productUuid: productId.value,
hubUuid: hubId.value,
quantity: quantity.value ? Number(quantity.value) : null,
radius: 500,
limit: 10
},
'public',
@@ -682,7 +681,6 @@ const onSearch = async () => {
lon: hub.longitude,
productUuid: productId.value,
hubUuid: hubId.value,
radius: 500,
limit: 12
},
'public',