All Products
Search
Document Center

Tablestore:SearchFilter

Last Updated:Apr 02, 2026

SearchFilter is a data type that specifies the filter configuration for queries that are sent to the Search API of a search index.

Data structure

message SearchFilter {
    optional Query query = 1;
}

Name

Type

Required

Description

query

Query

Yes

The query configuration.