Skip to content

Commit

Permalink
issue #1041: adds parameters that needs to be added to the request
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-vi committed Jul 23, 2024
1 parent 7a9a43b commit b698a1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ service Searcher {
message QueryParserResponse {
bytes query = 1;
repeated string indexName = 2;
map<string, string> queryParameters = 3;
}

message SuggestionsResponse {
Expand Down

0 comments on commit b698a1c

Please sign in to comment.