Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion protos/generated/services/default_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ message SearchRequest {
optional bool request_cache = 22;

// Indicates whether `hits.total` should be rendered as an integer or an object in the rest search response.
optional bool rest_total_hits_as_int = 23;
optional bool total_hits_as_int = 23;

// A custom value used to route operations to a specific shard.
repeated string routing = 24;
Expand Down