Search

The default Search Panel

All the standard search controls, and also an intelligent "More" dropdown that automatically includes search items specific to your MLS.

Features

  • All Rover IDX search panels are mobile friendly
  • The search panel knows if it is embedded within a rover_idx_full_page. If it is embedded, the listings refresh immediately as you select your preferences
  • If the search panel is standalone on a page, a SEARCH button automatically appears. Pressing it redirects to a page of results for the search panel selections.

Other Search Panels

This is the "typeahead_basic" search panel. It has all the search controls of the default search panel, but the "City" control is a typeahead field that accepts City, County, Subdivision, School, Zip Code, MLS #, or Address.
This is the "typeahead_single" search panel. It offers a simplified search panel with only the typeahead field for City, County, Subdivision, School, Zip Code, MLS #, or Address searches. No bedrooms, bathrooms, price... selections is available. This search panel is often used on Home page.

Custom Colors

Customize search panels to match your site theme.

Custom Search Panels

Maybe you want a specialized search panel for Land listings, so you do not want "Bedrooms" and "Bathrooms" to appear on the search panel. You can create custom search panels using shortcode parameters that define exactly what search controls appear, and in what order. You can even define what appears in the More dropdown.

For example, the default search panel will be created when you add rover_idx_full_page to a page.

However, if you use search_panel_layout="custom" and template_fields="city,prop_types,price", you are overriding the default search panel.

rover_idx_full_page search_panel_layout="custom" template_fields="city,prop_types,price"
The custom search panel

Both rover_idx_full_page and rover_idx_search_panel accept these parameters.

See the blog post Custom Search Panels for full details.