Kagi supports most of Google's search operators, like inurl:
and filetype:
, but it unfortunately lacks one of my favorite ones: filtering by date!
An example search:
site:reddit.com obama AMA after:2012-1-1 before:2013-1-1
On Google, this currently brings up the Barack Obama AMA from 2012, as well as other posts from that time period. Kagi also supports filtering by date, but it needs to be done via the advanced search UI, and can't be done via a search operator.
FAQ
Q: Why not just use the advanced search?
A: I usually search from my browser's URL bar, which makes this difficult.
Q: Why not create your own bang and make use of the from_date
and to_date
URL parameters?
A: Because (a) that means I can't combine this with other bangs, and (b) parameterizing a bang like that is hard.