-
Notifications
You must be signed in to change notification settings - Fork 77
nForum API search_threads
xw2423 edited this page Nov 1, 2013
·
2 revisions
-
搜索结果为时间倒序
-
如果主题帖被删除则会显示回复文章
-
搜索结果会受到搜索最大返回结果值的限制
/search/threads.(xml|json)
xml|json
GET
必选 | 类型 | 说明 | |
---|---|---|---|
board | true | string | 单个合法版面 |
title1 | false | string | 文章标题包含此关键词 |
title2 | false | string | 文章标题同时包含此关键词 |
titlen | false | string | 文章标题不包含此关键词 |
author | false | string | 文章的作者 |
day | false | int 默认7 | 搜索距今多少天内的文章 |
m | false | int 0或1 | 文章是否含有m标记 含有为1 |
a | false | int 0或1 | 文章是否含有附件 含有为1 |
count | false | int 最小1 最大50 默认30 | 每页文章的数量 |
page | false | int 默认1 | 文章的页数 |
属性 | 类型 | 说明 |
---|---|---|
threads | array | 当前搜索结果所包含的文章元数组 |
pagination | pagination | 当前搜索结果分页信息 |