Skip to content

Commit

Permalink
fix: [GOSDK] Pass outputFields param in search request (#33710)
Browse files Browse the repository at this point in the history
See also #33627

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Jun 7, 2024
1 parent 3729d2c commit 80a2cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/read_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (opt *searchOption) prepareSearchRequest(annRequest *annRequest) *milvuspb.
Dsl: opt.expr,
DslType: commonpb.DslType_BoolExprV1,
ConsistencyLevel: commonpb.ConsistencyLevel(opt.consistencyLevel),
OutputFields: opt.outputFields,
}
if annRequest != nil {
// nq
Expand Down

0 comments on commit 80a2cd1

Please sign in to comment.