# Search

## Content

# Namespace: Search

## Table of contents

### Enumerations

- [SearchStatus](../enums/Search.SearchStatus)

### Classes

- [Range](../classes/Search.Range)
- [Rect](../classes/Search.Rect)
- [SearchResult](../classes/Search.SearchResult)

### Type aliases

- [FindOptions](Search#findoptions)

## Type aliases

### FindOptions

Ƭ **FindOptions**: `Object`

Defines options to perform search.

#### Type declaration

| Name | Type | Description |
| :------ | :------ | :------ |
| `MatchCase` | `boolean` | Specifies whether the search is case sensitive. |
| `SearchBackward` | `boolean` | Specifies whether to perform the search in the backward order. |
| `Text` | `string` | The text to search for. |
| `WholeWord` | `boolean` | Specifies whether to search for the specified whole word only. |

#### Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:1547
