bbatsov / projectile

Project Interaction Library for Emacs
https://docs.projectile.mx
GNU General Public License v3.0
3.99k stars 584 forks source link

Highlights the wrong file search result #382

Closed mcandre closed 9 years ago

mcandre commented 10 years ago

Often, Projectile highlights the wrong search result. In a large project, I'll type in a basename like "CaseHist.scala", and the highlighted result will be "/home/andrew/src/web/app/golly.js".

Maybe there's a bug in the "likeness" scoring system?

...the results are be sorted (descending) by a likeness score to the search query... right?

bbatsov commented 9 years ago

Where do you type this? Projectile doesn't have a scoring system of its own, so I'm a bit confused by your question.