mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-18 09:25:33 +00:00
7041b43db9
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"}
|
|
]
|