mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -07:00
30 lines
795 B
Markdown
30 lines
795 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / SearchQuery
|
|
|
|
# Interface: SearchQuery
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:906](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L906)
|
|
|
|
## Properties
|
|
|
|
### limit?
|
|
|
|
> `optional` **limit?**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:908](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L908)
|
|
|
|
Maximum number of results
|
|
|
|
***
|
|
|
|
### q
|
|
|
|
> **q**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:907](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L907)
|
|
|
|
Search query string
|