cboxdoerfer / fsearch

A fast file search utility for Unix-like systems based on GTK3
GNU General Public License v2.0
3.27k stars 207 forks source link

[BUG] Not all results are marked bold in the path #399

Closed Golddouble closed 2 years ago

Golddouble commented 2 years ago

Describe the bug Results should marked bold in the path. But not all results are marked bold in the path.

To Reproduce

  1. Setting: k20220826-162433

  2. open FSearch

  3. Search for * /user /icon ! /enpass

  4. Result: k20220826-162307

  5. My expectation was, that also /usr would be bold

Do I miss anything?

Desktop (please complete the following information):

cboxdoerfer commented 2 years ago

Do I miss anything?

Yes, you typed /user instead of /usr ;)

So * /usr /icon ! /enpass should highlight /usr in bold as expected.

Golddouble commented 2 years ago

Oh you are so right. Your programme is more reliable than I am.