Skip to content

Commit

Permalink
one more was there
Browse files Browse the repository at this point in the history
  • Loading branch information
CascadingRadium committed Sep 26, 2024
1 parent 1ec861b commit 6845b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_knn.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (r *SearchRequest) UnmarshalJSON(input []byte) error {
K int64 `json:"k"`
Boost *query.Boost `json:"boost,omitempty"`
Params json.RawMessage `json:"params"`
FilterQuery json.RawMessage `JSON:"filter,omitempty"`
FilterQuery json.RawMessage `json:"filter,omitempty"`
}

var temp struct {
Expand Down

0 comments on commit 6845b89

Please sign in to comment.