Skip to content

Commit

Permalink
[WTEL-4046]:
Browse files Browse the repository at this point in the history
+- SearchSystemSetting: filter search by enum
  • Loading branch information
Dtsnko committed Jun 11, 2024
1 parent 51d90fe commit edde598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/system_settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ message SearchSystemSettingRequest {

string sort = 5;
repeated string fields = 6;

repeated string name = 7;
// Filter by setting names
repeated SystemSettingName name = 7;
}

message ListSystemSetting {
Expand Down

0 comments on commit edde598

Please sign in to comment.