I'm trying to find some inspiration for a new search engine I'm working but have found most searchable directory ui's to be very frustrating to use.
I'd love to know what you guys have seen out there. What have been some of the best examples of this type of ui that you've seen?
I'm still looking for a Linux equivalent (I'm currently using a shell wrapper for `ag --depth 0 -g <pattern> <directory>`.)
You mean `locate`? Package name in Debian is mlocate.
I don't know ag and it's not a package in Debian.
That said, I agree that Everything is a must-have on Windows. I don't understand how Microsoft's own search engine is so incredibly crappy (and has been since, what, Windows 95?) while Everything is a 200KB binary that does it perfectly.
You're in for a treat then: the package name is "silversearcher-ag".
Next time you want to grep a directory of files: instead of grepping it, pause, remember this comment, install it and then do "ag <searchterm>" instead.
It's quite a bit faster. Well, lots faster.
Fair enough, it's been discussed here previously.
> and it's not a package in Debian.
It most certainly is:
https://packages.debian.org/search?keywords=silversearcher-a...
Upstream: https://github.com/ggreer/the_silver_searcher
It may seem "lightweight" in a modern desktop machine, but I believe the way it works is: it keeps the index of your entire filesystem in RAM at all times. And it continuously monitors that filesystem to keep the index updated. It's kind of brute-force, really. I can think of some ways that could get out of hand and not seem so lightweight.
Regardless, the gap between what Everything can do and what the built-in File Explorer search can do is an embarrassing canyon, and I can't believe MS hasn't even fixed the built-in search enough to make it function correctly let alone quickly at this late stage.
For searching file content I quite like Agent Ransack aka File Locator: https://www.mythicsoft.com/agentransack - main thing I like about it is that it's very quick and easy to see the content results from a subset of the file search results.
http://www.mcmaster.com
Finding files is pretty straight forward using the LIKE operator against text in the filename, path or file contents. And the set-based logic of SQL works very well for identifying sets of files to work with: we have an exec() command that lets you run commands on file paths returned in query results.
License terms are free for personal use and $5/month commercial.
http://etia.co.uk/
In terms of raw performance, I'm impressed with the speed and presentation of https://instantdomainsearch.com/ . Instant live responsiveness improves usability significantly.
Basically, because the list of songs was short-ish (in CS terms), it would fiter it based on the current search textbox what seemed like instantly.
I would have a large list and filter it down each time the user types another letter: and concentrate on making that as fast as possible.
http://intercoolerjs.org/examples/activesearch.html
Search speed, good fuzzy matching and good row/chip design are as important/more important than the basic search UI, IMO.