> For the complete documentation index, see [llms.txt](https://docs.wavecast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wavecast.io/publishing/shortcodes/content-with-search-bar.md).

# 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"> |
