RP_Search/app/static/settings/time_periods.json

9 lines
260 B
JSON
Raw Permalink Normal View History

2024-11-06 10:01:28 +00:00
[
{"name": "Any time", "value": ""},
{"name": "Past hour", "value": "qdr:h"},
{"name": "Past 24 hours", "value": "qdr:d"},
{"name": "Past week", "value": "qdr:w"},
{"name": "Past month", "value": "qdr:m"},
{"name": "Past year", "value": "qdr:y"}
]