June 8th, 2025

Bug Fix

MLS Search - "RESIDENTIAL_LEASE" added as option to "listing_property_type"

  • to fully exclude rentals (see previous ticket from 5/22/25), we had to add ability to exclude this new category of “RESIDENTIAL_LEASE” in addition to “RENTAL”

  • of course, you can also search on this listing_property_type value as well if you want these results

{
 "city": "Cleveland",
 "state": "OH",
 "status": "Active",
  "exclude": [
    { "listing_property_type": "RENTAL" },
    { "listing_property_type": "RESIDENTIAL_LEASE"}
  ]
}