SOLDPress User Manual
  • Welcome
  • Introduction
    • Getting Started
    • Introduction to Data Feed Synchronization
  • Installation
    • Configuring Your SOLDPress Plugin
    • Activate Your SOLDPress Key
  • SOLDPress Admin Menu
  • Settings and Options
    • DDF® Data Sync Page
      • Connection Settings Tab
        • Credentials section
        • General Section
        • Test Connection Section
      • Data Sync Tab
        • General Section
        • Picture Section
    • Appearance Page
      • General Display Options Tab
        • General Section
        • Display Settings Section
        • Javascript Libraries Section
        • Social Section
        • Relator(tm) Analytics Section
        • Maps Section
        • Third Party Integration
      • Property Details Options Tab
        • Sidebar Section
        • Map Section
      • Property Listings Options Tab
        • Sidebar Section
        • Sort Section
        • Column Section
    • About Page
      • License Key Tab
        • License Key Section
      • System Tab
      • Debug Tab
  • Widgets & Sidebars
    • Sidebars
    • Widgets
      • SOLDPress Search Widget
      • SOLDPress Listing Widget
      • SOLDPress Listings Widget
      • SOLDPress Reso Type Widget
      • SOLDPress GeoType Widget
  • Shortcodes
    • Listing
    • Listings
    • Listings Slide
    • Map
    • Search
    • Listing Raw Output
  • Search and Filtering
  • SOLDPress Developer Framework
    • Theme Framework
    • Data Framework
Powered by GitBook
On this page
  • Example 1 : View Properties By City.
  • Example 2: To View Properties from Simon Earle (List Agent)
  • Example 3 : View Properties listed under Pacific Realty.
  • Example 4 : View Properties By the Waterfront.
  • Example 5 : You can also perform multiple searches.

Was this helpful?

Search and Filtering

PreviousListing Raw OutputNextSOLDPress Developer Framework

Last updated 4 years ago

Was this helpful?

SOLDPress comes with a very powerful advanced filtering system. This can be very useful if you want show listings per agent or listings for an agency or show only waterfront properties.

SOLDPress Filtering is build using the RESO Data Dictionary Standard these data standards insure portability, eliminate redundancies and obtain maximum efficiencies for all parties participating in the real estate transaction.

The Appendix J – Property Details Payload details all fields that can be sorted.

The Syntax to Perform A Filter Request is

www.SOLDPress.com/listing/?**sp**=f&[**RESOKEY**]=[**_VALUE_**]&title=[**_TITLE_**]

sp=f  - sp is a SOLDPress action attribute

[RESOKEY] - Any RESO Data Dictionary standard name

[**_VALUE_**] - the value you want to search

[**_TITLE_**] - The heading title for the search

The Syntax to Perform A Filter Request using Friendly Urls

www.SOLDPress.com/listing/category/[**RESOKEY**]/[**_VALUE_**]&?title=[**_TITLE_**]

Example 1 : View Properties By City.

We will perform a keyword search for Toronto.

RESOFIELD = City

VALUE = Toronto

TITLE= Pacific%20Realty

www.SOLDPress.com/listing/?sp=f&City=Toronto&title=Toronto

Click below to View Properties By City

www.SOLDPress.com/listing/City/Toronto

Example 2: To View Properties from Simon Earle (List Agent)

We will search for Pacific Realty using his unique key (1937585)

RESOFIELD = ListAgentKey

VALUE = 1937585

TITLE= Simon%20Earle

www.SOLDPress.com/listing/?sp=f&ListAgentKey=1937585&title=Simon%20Earle

You can also use a friendly url

www.SOLDPress.com/listing/ListAgentKey/**1937585**

Example 3 : View Properties listed under Pacific Realty.

We will search for Pacific Realty using there unique key (270604)

RESOFIELD = ListOfficeKey

VALUE = 270604

TITLE= Pacific%20Realty

www.SOLDPress.com/listing/?sp=f&ListOfficeKey=270604&title=Pacific%20Realty

Click below View Properties listed under Pacific Realty

www.SOLDPress.com/listing/ListOfficeKey/**270604**

Example 4 : View Properties By the Waterfront.

RESOFIELD = WaterfrontYN

VALUE = True

TITLE= Waterfront%20Properites

www.SOLDPress.com/listing/?sp=f&WaterfrontYN=True&title=Waterfront%20Properites

Click below to View Properties By the Waterfront

www.SOLDPress.com/listing/City/WaterfrontYN/True

Example 5 : You can also perform multiple searches.

You can chain together values using a comma to perform multiple searches.

RESOFIELD =City

VALUE = Richmond,Vancouver,Surrey

TITLE= Lower Mainland

www.SOLDPress.com/listing/?sp=f&City= Richmond,Vancouver,Surrey&title=Lower Mainland

WARNING - Performing a Multiple Search can have significant performance implications. We are working on resolving this in the next release. Please check with your hosting provider to insure you have maximum server resources available.

DDF Documentation