UNPKG

search-query-parser

Version:
54 lines (29 loc) 1.2 kB
[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`\]:&nbsp;`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)* ___