[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
### `` alwaysArray
**● alwaysArray**: *`boolean`*
*Defined in [index.d.ts:12](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L12)*
___
### `` keywords
**● keywords**: *`string`[]*
*Defined in [index.d.ts:10](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L10)*
___
### `` offsets
**● offsets**: *`boolean`*
*Defined in [index.d.ts:8](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L8)*
___
### `` ranges
**● ranges**: *`string`[]*
*Defined in [index.d.ts:11](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L11)*
___
### `` tokenize
**● tokenize**: *`boolean`*
*Defined in [index.d.ts:9](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L9)*
___