Bug 271334

Summary: Allow empty search criteria
Product: [Applications] krusader Reporter: Victor Varvaryuk <victor.varvariuc>
Component: searchAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: REOPENED ---    
Severity: wishlist CC: alex.bikadorov, krusader-bugs-null, toni.asensi
Priority: NOR    
Version First Reported In: 2.3.0-beta1 "New Horizons"   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: empty search string is not allowed

Description Victor Varvaryuk 2011-04-20 08:46:47 UTC
Version:           2.3.0 (using KDE 4.6.2) 
OS:                Linux

Menu -> Tools -> Search
The file name mask is not allowed empty.
Please change the behavior to accept empty search string as equivalent to '*'.

Reproducible: Always
Comment 1 Victor Varvaryuk 2011-04-20 08:47:54 UTC
Created attachment 59148 [details]
empty search string is not allowed
Comment 2 Alex Bikadorov 2017-05-28 18:00:05 UTC
Not a problem!? The "*" regex is equal to an empty search string.
Comment 3 Toni Asensi Esteve 2017-05-28 18:33:34 UTC
Mmm... that isn't filed as a bug, but as a "wishlist". Since other programs (like Total Commander) accept an empty string when searching, and some users have to use one operating system or another... and it's useful for them that some things work the same way anywhere... what about leaving this still opened as a "wishlist"?
Comment 4 Alex Bikadorov 2017-05-28 18:38:20 UTC
Sure, I don't care. "*" is the default search name, so I see no benefit of support an empty string.