fix: prefer exact keyword match over score match#1143
Conversation
|
Please @ajeetdsouza could you take a look here ? I have the same issue, which is really annoying day to day. |
|
i agree, this is a huge issue for me as well. especially since my projects are named tmp-[project name] and I have a tmp folder as well |
|
@ajeetdsouza I'd like to know if it is planned or not to get this behaviour? For the moment, I don't have another choice but to stop using I'll stay updated for any news, hoping to have this one day. |
|
Doubling on this, it would be a really nice feature. |
|
I will add this under a config if that's preferable. |
|
If you could add the associated documentation to this feature, it would be very nice 😄 |
Fixes #1130
I had this issue when I am trying to cd to
linuxit would always chooselinux-mmabecause it was frequently accessed and accessed recently. So add an additional sorting over the score sorting which is based on exact keyword matching. This would always prefer exact matches over the score