https://bugs.kde.org/show_bug.cgi?id=482196

Naxdy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |t

--- Comment #6 from Naxdy <[email protected]> ---
(In reply to Nate Graham from comment #4)
> Currently this behavior is intentional, but I can see how it's somewhat
> confusing: disabling history doesn't disable *recent* history, only long
> term history. Maybe we need another setting for this:
> 
> > History: ( ) Disable
> >          ( ) Only last-typed search
> >          ( ) Suggestions from all past searches
> >          (o) Auto-complete from all past searches

Retaining history and retaining prior search are actually two different pieces
of functionality. See the implementation of the former here:
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/226

If memory serves right, there used to be a checkbox that allowed you to toggle
just that specific setting. In fact, if you manually add

[General]
RetainPriorSearch=false

to your ~/.config/krunnerrc , KRunner will no longer retain your previous
searches, as the author of this bug report desires. So, for me, the two
takeaways are:

1. The current behavior for retaining search history is indeed intentional
2. The actual bug lies within removing the checkbox that allowed users to
toggle this functionality

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to