Bug 515897

Summary: Search is not fuzzy
Product: [Plasma] krunner Reporter: Arniiiii <lg3dx6fd>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: alexander.lohnau, kde, natalie_clarius
Priority: NOR    
Version First Reported In: 6.5.5   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Arniiiii 2026-02-12 07:15:53 UTC
I do not feel that current algorithm works good.

I have foot terminals which reports tmux's session name, windows name etc.

in tmux.conf:
```
# Set parent terminal title to reflect current window in tmux session 
set -g set-titles on
set -g set-titles-string "tmux #{user}@#H #S:#I:#W:#P"
```

And assume, I have windows with next titles:
```
tmux donald@gentoo job_recs:4:nvim:1
tmux donald@gentoo job_jssdk:1:nvim:1
tmux donald@gentoo job_amp:1:nvim:1
```

       If I type `job` it shows all of them.
but if I type `joba` I expect to get the one that has `job_amp`, but instead I get no window in result at all.

What's more interesting is that if in bash type something like :
```
echo "
tmux donald@gentoo job_recs:4:nvim:1
tmux donald@gentoo job_jssdk:1:nvim:1
tmux donald@gentoo job_amp:1:nvim:1
" | fzf
```
and type `joba` it works as expected.

Operating System: Gentoo Linux 2.18
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.1
Kernel Version: 6.12.63-gentoo-dist (64-bit)
Graphics Platform: Wayland
Processors: 12 × 13th Gen Intel® Core™ i5-13420H
Memory: 32 GiB of RAM (31.0 GiB usable)
Graphics Processor: Intel® Graphics
Comment 1 David Edmundson 2026-02-13 12:11:37 UTC
>I do not feel that current algorithm works good.

That's too vague to be actionable.

Not all searches are meant to be fuzzy.
Comment 2 Arniiiii 2026-02-13 19:17:10 UTC
(In reply to David Edmundson from comment #1)
> Not all searches are meant to be fuzzy.

...