# Search

The **\[soldpress-search]** shortcode allows you to search listings based on MLS#,Address,Property Type, Min Price, Max Price, Bedroom and Bathrooms.

## Settings

| Option             | Description                                     |
| ------------------ | ----------------------------------------------- |
| show\_transaction  | This option toggles Status                      |
| show\_mls          | This option toggles MLS search field.           |
| show\_address      | This option toggles Address search field.       |
| show\_propertytype | This option toggles Property Type search field. |
| show\_city         | This option toggles City search field.          |
| show\_price        | This option toggles Price search field.         |
| show\_bedrooms     | This option toggles Bedrooms search dropdown.   |
| show\_bathroom     | This option toggles Bathrooms search dropdown.  |
| show\_waterfront   | This option toggles Waterfront search field.    |
| show\_province     | This option toggles Province search dropdown.   |

**Example: \[soldpress-search show\_mls='0'] (Show search without mls)**

**Example: \[soldpress-search** show\_propertytype=**'**&#x30;**'** show\_waterfront=**'**&#x30;**'** **] (Show search without Property Type and Waterfront)**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.soldpress.com/shortcodes/search_shotcode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
