1
0
This repository has been archived on 2024-03-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
search-query-parser/docs/interfaces/_index_d_.searchparseroptions.md
2019-03-06 11:52:19 +11:00

69 lines
1.5 KiB
Markdown

[search-query-parser](../README.md) > ["index.d"](../modules/_index_d_.md) > [SearchParserOptions](../interfaces/_index_d_.searchparseroptions.md)
# Interface: SearchParserOptions
## Hierarchy
**SearchParserOptions**
## Index
### Properties
* [alwaysArray](_index_d_.searchparseroptions.md#alwaysarray)
* [keywords](_index_d_.searchparseroptions.md#keywords)
* [offsets](_index_d_.searchparseroptions.md#offsets)
* [ranges](_index_d_.searchparseroptions.md#ranges)
* [tokenize](_index_d_.searchparseroptions.md#tokenize)
---
## Properties
<a id="alwaysarray"></a>
### `<Optional>` alwaysArray
**● alwaysArray**: *`boolean`*
*Defined in [index.d.ts:12](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L12)*
___
<a id="keywords"></a>
### `<Optional>` keywords
**● keywords**: *`string`[]*
*Defined in [index.d.ts:10](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L10)*
___
<a id="offsets"></a>
### `<Optional>` offsets
**● offsets**: *`boolean`*
*Defined in [index.d.ts:8](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L8)*
___
<a id="ranges"></a>
### `<Optional>` ranges
**● ranges**: *`string`[]*
*Defined in [index.d.ts:11](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L11)*
___
<a id="tokenize"></a>
### `<Optional>` tokenize
**● tokenize**: *`boolean`*
*Defined in [index.d.ts:9](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L9)*
___