Search doesn't prioritize closest match #539
Comments
This is due to matching being set to |
That's exactly the case I was worried about when implementing #512. If I'm somewhat weary of configuration options, because most users will never realize they're there. The default behavior needs to be "good enough". @krupenja can't you fix your "dropbox" example by not displaying hidden files? This should get rid of the I'll think about this a little. |
In case you did not consider this: it seems possible to do both for this use case, filter by sub string, but move the cursor to the first prefix match. |
That's a very good idea @rmgk. I implemented it this way now. Will go live with fman 1.3.7. |
Implemented in fman 1.3.7. |
I am typing 'proje' to get into my projects folder, which I would expect to be closest match
The text was updated successfully, but these errors were encountered: