Modify ↓
Opened 17 years ago
Closed 14 years ago
#1728 closed enhancement (fixed)
[Patch awaiting end of stabilization phase] Search for objects by modification time
| Reported by: | Vidar Gundersen | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | search, modification time | Cc: |
Description (last modified by )
A search statement similar to find . -mtime -7d on Unix systems.
This will make us able to tell what changes have been made on the data since our last edits NN weeks, days or hours ago.
Attachments (1)
Change History (4)
comment:1 by , 17 years ago
| Component: | unspecified → Core |
|---|---|
| Priority: | major → minor |
by , 14 years ago
| Attachment: | 1728.patch added |
|---|
comment:2 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Search for objects by modification time → [Patch awaiting end of stabilization phase] Search for objects by modification time |
Note:
See TracTickets
for help on using tickets.



The patch allows to specify ranges (the date format as usual):
timestamp:2010-01-01/2011-11-11timestamp:/2011-11-11(corresponds totimestamp:1980/2011-11-11)timestamp:2010-01-01/(corresponds totimestamp:2010-01-01/[now])