From ce386e748d9b6f27a4cb7222b7f54fda4c8144cf Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 15 Jul 2025 18:52:25 +0000 Subject: [PATCH] default to last seen 28 days from 7 --- crawler/frontend/src/components/Parameters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/frontend/src/components/Parameters.tsx b/crawler/frontend/src/components/Parameters.tsx index 789f886..ed4ccdf 100644 --- a/crawler/frontend/src/components/Parameters.tsx +++ b/crawler/frontend/src/components/Parameters.tsx @@ -101,7 +101,7 @@ export function Parameters( max_price: 3000, min_price: 2000, min_sqm: 50, - last_seen_days: 7, + last_seen_days: 28, available_from: new Date(), district: '' },