@custouch/jssdk
    Preparing search index...

    Type Alias SearchQuery

    type SearchQuery = {
        recursive?: boolean;
        searchKey?: string;
        searchTags?: boolean;
        separator?: string;
    }
    Index

    Properties

    recursive?: boolean

    递归搜索

    获取某一范围的所有数据时需要开启

    searchKey?: string

    搜索值

    searchTags?: boolean

    同时搜索物料标签名称

    separator?: string

    搜索的分隔符,传入值时,searchKey按分隔符进行多键查询

    separator:' ',对searchKey按空格分隔后一一匹配