不要怂,就是干,撸起袖子干!

Commit f89eba1b by Michał Wadas Committed by Jan Aagaard Meier

Added information about operator (#6230)

1 parent e9f5e24e
Showing with 1 additions and 0 deletions
......@@ -123,6 +123,7 @@ $gte: 6, // >= 6
$lt: 10, // < 10
$lte: 10, // <= 10
$ne: 20, // != 20
$eq: 3, // = 3
$not: true, // IS NOT TRUE
$between: [6, 10], // BETWEEN 6 AND 10
$notBetween: [11, 15], // NOT BETWEEN 11 AND 15
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!