搜索结果
最后更新于:2021-11-29 22:23:26
Search Results
结构
该结构定义了搜索结果数据中存在的所有字段。除非使用“_filter”查询参数构造字段,否则来自这些端点的任何响应都可以包含以下字段。
id integer or string | 对象的唯一标识符。 只读 Context: view , embed |
title string | 对象的标题。 只读 Context: view , embed |
url string, uri | 对象的URL。 只读 Context: view , embed |
type string | 对象类型。 只读 Context: view , embed 唯一: post , term , post-format |
subtype string | 对象子类型。 只读 Context: view , embed 唯一: post , page , category , post_tag |
搜索结果集合
查询此端点以检索搜索结果集合。您可以使用下面的URL查询参数来控制和过滤您收到的响应。
定义
GET /gc/v2/search
请求示例
$ curl https://example.com/gc-json/gc/v2/search
参数
context | 提交请求的数据结构;明确响应字段结构。 默认: view 唯一: view , embed |
page | 集合的分页页码 默认: 1 |
per_page | 返回结果集的最大条数。 默认: 10 |
search | 字符串匹配的结果集。 |
type | 将结果限制为对象类型的项。 默认: post 唯一: post , term , post-format |
subtype | 将结果限制为一个或多个对象子类型的项。 默认: any |