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_.searchparserresult.md
2019-03-06 11:52:19 +11:00

54 lines
1.2 KiB
Markdown

[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
<a id="exclude"></a>
### `<Optional>` 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)*
___
<a id="offsets"></a>
### `<Optional>` 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)*
___
<a id="text"></a>
### `<Optional>` text
**● text**: *`string` \| `string`[]*
*Defined in [index.d.ts:27](https://github.com/rtrvrtg/search-query-parser/blob/e4a7ccc/index.d.ts#L27)*
___