Skip to content

Commit

Permalink
docstore/all: update Filter.Op comments for new in/not-in operators
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer authored Jan 14, 2024
1 parent 4d69f8c commit 1c8e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docstore/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ type Query struct {
// TODO(#1762): support comparison of other types.
type Filter struct {
FieldPath []string // the field path to filter
Op string // the operation, supports =, >, >=, <, <=
Op string // the operation, supports `=`, `>`, `>=`, `<`, `<=`, `in`, `not-in`
Value interface{} // the value to compare using the operation
}

Expand Down

0 comments on commit 1c8e1d8

Please sign in to comment.