mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Introduces the ability to refine searches by time period: - Past hour - Past 24 hours - Past week - Past month - Past year Co-authored-by: Ben Busby <contact@benbusby.com>
8 lines
260 B
JSON
8 lines
260 B
JSON
[
|
|
{"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"}
|
|
]
|