You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/snippets/src/main/java/com/example/datastore/filters/MultiIneqFilter.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@
18
18
19
19
// sample-metadata:
20
20
// title: Range and inequality filters on multiple properties
21
-
// description: The following query uses range filters on priority and days to return all tasks with priority greater than four and with less than three days to complete.
21
+
// description: The following query uses range filters on
22
+
// priority and days to return all tasks with priority greater
23
+
// than four and with less than three days to complete.
0 commit comments