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

> Web-Komponente msm-search-results.

`msm-search-results` ist eine Web-Komponente (Lit).

## Zweck

UI für Suche (Eingabe, Filter, Ergebnisse, Pagination).

## Beispiel

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

## Attribute / Properties

| Name                 | Typ     | Standard | Hinweise |
| -------------------- | ------- | -------- | -------- |
| `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

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

Keine `part`-Slots dokumentiert.

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
