Skip to main content

SearchOp

Type Alias SearchOp 

Source
pub type SearchOp = ListPageSpec;
Expand description

搜索操作 == 共享列表页规格(裸用,不包 page 层;search JSON 形状不变)。

Aliased Type§

pub struct SearchOp {
    pub prelude: Vec<PreStep>,
    pub request: Request,
    pub list: Rule,
    pub item: BookRules,
}

Fields§

§prelude: Vec<PreStep>

主请求之前按序执行的前置请求链(见 design D7-bis);空 = 单发(现状)。

§request: Request§list: Rule§item: BookRules