The distance calculator always queried the rentlisting table regardless of listing type because get_listings() defaulted to RentListing when called without query_parameters. Added a listing_type parameter to get_listings() and _get_model_for_query() so callers can select the correct table directly. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| district_service.py | ||
| export_service.py | ||
| floorplan_detector.py | ||
| image_fetcher.py | ||
| listing_cache.py | ||
| listing_fetcher.py | ||
| listing_service.py | ||
| passkey_service.py | ||
| poi_distance_calculator.py | ||
| poi_service.py | ||
| query_splitter.py | ||
| route_calculator.py | ||
| task_service.py | ||