Dan Zwell
Dan Zwell
@ajeetdsouza Do you know if some people have really massive directory databases? I optimized this more than might strictly be necessary if it's unlikely anyone has more than a couple...
@ajeetdsouza What would it take for you to accept this pull request? Simpler code, smaller changes? I suggest this change is a key step toward improving the algorithm--improvement can take...
BTW, this will obviously still need tweaking after it's released. There's no way to make it perfect at the first go without a lot of beta testers. To tweak, I'm...
Preliminary suggestion about the rules, which should be adjusted to avoid wrong behavior: The best matches would match the case (or smartcase) and would match the search term as a...
@ajeetdsouza What do you think about this change? Is it a direction you'd like this program to go in?
By the way, I made a working implementation of this feature in my fork, but this repo's author and I weren't free at the same time to work together to...
The first question of tuning is how the matches should be ranked. They can either be sorted or they can be given a score. If the matches are sorted, the...
That's a great idea. And another benefit about having a minimum length for "exact match" is that it can potentially be configured by users, or turned off by setting the...
> @kidonng I'm curious as to why you'd want to disable smartcase matching. I wouldn't expect anyone to use uppercase in a query unless they were hoping for results with...
BTW, I just implemented smart case matching in my branch. If you want to try my version with smart case and new keyword-based scoring (I think these features will make...