fix postal search to search just by zip

This commit is contained in:
Cullen Watson
2023-12-02 00:39:28 -06:00
parent ad13b55ea6
commit e17b976923
3 changed files with 8 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ from .exceptions import InvalidListingType, InvalidDate
ordered_properties = [
"property_url",
"primary_photo",
"alt_photos",
"mls",
"mls_id",
"status",
@@ -33,6 +31,8 @@ ordered_properties = [
"stories",
"hoa_fee",
"parking_garage",
"primary_photo",
"alt_photos",
]