October 6th, 2025

New Functionality

Property Search - add support for owner name in the "exists" field

The following query would only return records that have owner1FirstName and owner1LastName’s that are not null

{
 "exists": {
   "owner1_first_name": true,
   "owner1_last_name": true
 }

The following fields are now allowed in the “exists”:

owner1_first_name

owner1_last_name

owner1_full_name

owner2_first_name

owner2_last_name

owner2_full_name