Record
get-search-params
No description available.
record get-search-params {
tagged: option<string>,
order: option<get-search-order-enum>,
max: option<string>,
min: option<string>,
sort: option<get-search-sort-enum>,
fromdate: option<s32>,
todate: option<s32>,
pagesize: option<s32>,
page: option<s32>,
filter: option<string>,
callback: option<string>,
site: string,
intitle: option<string>,
nottagged: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| tagged | option<string> | |
| order | option<get-search-order-enum> | |
| max | option<string> | |
| min | option<string> | |
| sort | option<get-search-sort-enum> | |
| fromdate | option<s32> | |
| todate | option<s32> | |
| pagesize | option<s32> | |
| page | option<s32> | |
| filter | option<string> | |
| callback | option<string> | |
| site | string | |
| intitle | option<string> | |
| nottagged | option<string> |