# SearchOptions

## Content

# Interface: SearchOptions

Describes the search options.

## Properties

### matchCase

```ts
matchCase: boolean;
```

Whether the search should respect the case.

***

### wholePhrase

```ts
wholePhrase: boolean;
```

Whether the search should look for a whole phrase.
