You've already forked search-query-parser
69 lines
1.5 KiB
Markdown
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)*
|
|
|
|
___
|
|
|