# Content with Search Bar

#### **Parameters**

| **Parameter**         | **Description**                                                                   | **Accepted Values**           | **Default Value** |
| --------------------- | --------------------------------------------------------------------------------- | ----------------------------- | ----------------- |
| `pageId`              | Specifies the page to display the content search results.                         | A valid page ID.              | `1`               |
| `taxonomy`            | Filters content based on taxonomy IDs.                                            | Comma-separated taxonomy IDs. | *None*            |
| `ids`                 | Displays specific content items based on their IDs.                               | Comma-separated content IDs.  | *None*            |
| `zone_id`             | Filters content by a specific zone.                                               | A valid zone ID.              | *None*            |
| `channel_id`          | Filters content by a specific channel.                                            | A valid channel ID.           | *None*            |
| `format`              | Sets the format of the displayed content (e.g., as a masonary wall or in a list). | `list`                        | *None*            |
| `enable_multi_select` | Enables or disables the ability to select multiple filters simultaneously.        | `true`, `false`.              | `true`            |
| `list_unconnected`    | Displays content that is not connected to other entries or relationships.         | `true`, `false`.              | `false`           |

***

#### **Usage Examples**

| **`default`**             | `[content_with_search_bar taxonomies='905']`            | <img src="/files/VGmrMzfIAPrPTX7vb6HJ" alt="" data-size="original"> |
| ------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------- |
| **`format`**              | `[content_with_search_bar format="list"]`               | <img src="/files/nrRTCm6lwZTpAnEboAaq" alt="" data-size="original"> |
| **`enable_multi_select`** | `[content_with_search_bar enable_multi_select="false"]` | <img src="/files/0lJuuy2exqpAoKnByEpX" alt="" data-size="original"> |
| **`enable_multi_select`** | `[content_with_search_bar enable_multi_select="true"]`  | <img src="/files/PWTFZ3Yru0IGPSbkf866" alt="" data-size="original"> |


---

# 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://docs.wavecast.io/publishing/shortcodes/content-with-search-bar.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.
