> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-search-results

> Search UI component.

`msm-search-results` is a web component built with Lit.

## Purpose

Provide search UI (input, filters, results, pagination).

## Usage

```html theme={null}
<msm-search-results></msm-search-results>
```

## Attributes / properties

| Name                 | Type    | Default | Notes |
| -------------------- | ------- | ------- | ----- |
| `parent-id`          | string  | `null`  |       |
| `variant`            | string  | -       |       |
| `title-id`           | string  | -       |       |
| `discount-price-id`  | string  | -       |       |
| `spa-route`          | boolean | -       |       |
| `column-width`       | string  | -       |       |
| `column-length`      | string  | -       |       |
| `object-fit`         | string  | -       |       |
| `background-color`   | string  | -       |       |
| `border-color`       | string  | -       |       |
| `border-width`       | string  | -       |       |
| `border-style`       | string  | -       |       |
| `border-radius`      | string  | -       |       |
| `view-href`          | string  | -       |       |
| `favorites`          | boolean | -       |       |
| `deletable`          | boolean | -       |       |
| `viewable`           | boolean | -       |       |
| `inverted`           | boolean | -       |       |
| `logged`             | boolean | -       |       |
| `href`               | string  | -       |       |
| `filtered-features`  | string  | -       |       |
| `filtered-products`  | string  | -       |       |
| `items-per-page`     | number  | -       |       |
| `visible-on`         | string  | -       |       |
| `disable-parent-ssr` | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
