[search-query-parser](../README.md) > ["index.d"](../modules/_index_d_.md) > [SearchParserResult](../interfaces/_index_d_.searchparserresult.md)
# Interface: SearchParserResult
## Hierarchy
[ISearchParserDictionary](_index_d_.isearchparserdictionary.md)
**↳ SearchParserResult**
## Indexable
\[key: `string`\]: `any`
## Index
### Properties
* [exclude](_index_d_.searchparserresult.md#exclude)
* [offsets](_index_d_.searchparserresult.md#offsets)
* [text](_index_d_.searchparserresult.md#text)
---
## Properties
### `` exclude
**● exclude**: *[ISearchParserDictionary](_index_d_.isearchparserdictionary.md)*
*Defined in [index.d.ts:29](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L29)*
___
### `` offsets
**● offsets**: *[SearchParserOffset](_index_d_.searchparseroffset.md)[]*
*Defined in [index.d.ts:28](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L28)*
___
### `` text
**● text**: *`string` \| `string`[]*
*Defined in [index.d.ts:27](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L27)*
___