Skip to content

Commit

Permalink
feat(locations): add extra filter by osm_address_city
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Aug 22, 2024
1 parent d792b72 commit eb27b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ class Constants(Filter.Constants):

class LocationFilter(Filter):
osm_name__like: Optional[str] | None = None
osm_address_city__like: Optional[str] | None = None
osm_address_country__like: Optional[str] | None = None
price_count: Optional[int] | None = None
price_count__gte: Optional[int] | None = None
Expand Down

0 comments on commit eb27b72

Please sign in to comment.