Record
get-search-advanced-params
No description available.
record get-search-advanced-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,
accepted: option<string>,
answers: option<s32>,
body: option<string>,
closed: option<string>,
migrated: option<string>,
notice: option<string>,
nottagged: option<string>,
q: option<string>,
title: option<string>,
url: option<string>,
user: option<s32>,
views: option<s32>,
wiki: 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 | |
| accepted | option<string> | |
| answers | option<s32> | |
| body | option<string> | |
| closed | option<string> | |
| migrated | option<string> | |
| notice | option<string> | |
| nottagged | option<string> | |
| q | option<string> | |
| title | option<string> | |
| url | option<string> | |
| user | option<s32> | |
| views | option<s32> | |
| wiki | option<string> |