Hacker News new | ask | show | jobs
by solardev 1442 days ago
I think windows and Mac both do this by default, no? Just disable the web search and your local full text is what you're left with.
2 comments

It doesn't index text in local image files, and it doesn't index over the full text of all the webpages and epubs I've read.
I believe they meant they want something that searches only content the user has personally directly accessed, not ALL local content.
Spotlight on Mac will show you recently opened, or frequently opened, files first.
Ordering by "Date Last Opened" or "Date Modified" does a fairly good job in some cases
This does introduce sorting contention though, what to sort for first? relevance or date accessed? Ideally you would want to introduce date accessed as an aspect of relevance itself.
I thought we all disabled access time (mounting with noatime) to avoid trashing SSDs so quickly.