save user queries in redis so that user can refresh the page and still come back to their latest task

This commit is contained in:
Viktor Barzin 2025-07-06 12:02:25 +00:00
parent a055c92dea
commit d4b22deda0
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
7 changed files with 114 additions and 4 deletions

View file

@ -58,7 +58,7 @@ def listing_filter_options(func):
"--max-price",
default=999_999,
help="Maximum price",
type=click.IntRange(min=0, max=40_000), # 40k for renting
type=click.IntRange(min=0), # 40k for renting
)
@click.option(
"--district",