Skip to content

Commit b7195c8

Browse files
authored
since example to search query
1 parent 3477621 commit b7195c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ query = {unseen: true, header: ['subject', 'hello world']};
474474
query = {or: {unseen: true, seen: true}};
475475
// SEARCH UNSEEN NOT SEEN
476476
query = {unseen: true, not: {seen: true}}
477+
// SINCE 2011-11-23
478+
query = {since: new Date(2011, 11, 23, 0, 0, 0)}
477479
```
478480

479481
### Example

0 commit comments

Comments
 (0)