Bug 152372 - search files results: filter file list pane to show only results
Summary: search files results: filter file list pane to show only results
Status: RESOLVED NOT A BUG
Alias: None
Product: krusader
Classification: Applications
Component: search (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-15 16:55 UTC by Maciej Pilichowski
Modified: 2018-05-06 00:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Pilichowski 2007-11-15 16:55:10 UTC
Version:            (using KDE KDE 3.5.8)

Consider such dir structure:
~/A/
   B/
     x.pdf
     y.pdf
     z.pdf
   C/
     v.pdf
     z1.pdf
     z2.pdf

My current dir is A and I search for files containing "z" in filename. With this feature I would see (after applying: "limit file list to search results").

~/A/
   B/
     z.pdf
   C/
     z1.pdf
     z2.pdf

If I would go up, to home directory I would still see all files (because search was for A, and from that point limit applies).
Comment 1 Alex Bikadorov 2017-05-29 13:57:03 UTC
The "Feed to listbox" feature gives you the very same result list in one (virtual) directory. Or by implementing a tree view (Bug 314521) this would also be possible.

But a static file filter for a subset of directories does not make much sense imo.