Skip to content

Commit

Permalink
Merge "[FAB-7456] Fix typo in query_wrapper.go"
Browse files Browse the repository at this point in the history
  • Loading branch information
manish-sethi authored and Gerrit Code Review committed Jan 16, 2018
2 parents f36dd93 + c8755b6 commit ce1f6a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const jsonQueryLimit = "limit"
const jsonQuerySkip = "skip"

var validOperators = []string{"$and", "$or", "$not", "$nor", "$all", "$elemMatch",
"$lt", "$lte", "$eq", "$ne", "$gte", "$gt", "$exits", "$type", "$in", "$nin",
"$lt", "$lte", "$eq", "$ne", "$gte", "$gt", "$exists", "$type", "$in", "$nin",
"$size", "$mod", "$regex"}

/*
Expand Down

0 comments on commit ce1f6a4

Please sign in to comment.