We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c235c3 + 1a0b43c commit 1e21667Copy full SHA for 1e21667
source/includes/fundamentals/code-snippets/Query.java
@@ -60,7 +60,7 @@ private void comparisonFilter(){
60
}
61
62
private void logicalFilter(){
63
- // Creates a filter to match documents that have a "qty" value less than or equal to 7 and a "color" value of "pink"
+ // Creates a filter to match documents that have a "qty" value less than or equal to 5 and a "color" value of "pink"
64
// begin logicalFilter
65
Bson filter = Filters.and(Filters.lte("qty", 5), Filters.ne("color", "pink"));
66
0 commit comments