This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
StringMatch should boost matches with uppercase letters in query #3263
Comments
ghost
assigned dangoor
Mar 27, 2013
Low pri to @dangoor |
Reviewed. |
Removing 1.0 milestone - if this does happen to get fixed by the same fix as #2663 (which is still on the 1.0 list) that's cool, but we don't think this one is necessary for 1.0 by itself. |
@dangoor I followed the steps @njx posted in this issue and #9621 doesn't seem to fix it. The tests I was running worked but now I don't know if they just "worked" for other reasons. Maybe I'm doing it wrong but, when I type |
dangoor
added a commit
that referenced
this issue
Oct 22, 2014
This change feels more satisfying for #3263.
dangoor
added a commit
that referenced
this issue
Oct 22, 2014
This change feels more satisfying for #3263. Also removes no longer used case match.
Closing as fixed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was using Quick Open to open "Package.js", and got a lot of higher-ranked hits for "package.json". This is probably not a common case, but it occurred to me that it might be a good idea (and relatively harmless to other use cases) if we give a score boost to an uppercase letter in the query string that matches an uppercase letter in the candidate string (vs. a lowercase letter in the candidate), since if you specifically typed it in uppercase in the query, you probably know it's uppercase in the name you want. (This would have the added bonus of giving an easy way to boost acronym/camel-case searches.)
The text was updated successfully, but these errors were encountered: