mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 10:29:48 -04: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>
9 lines
260 B
JSON
9 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"}
|
|
]
|