Dash - Search for a folder gives everything inside the folder, except the folder itself
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
Unity |
Fix Released
|
Medium
|
Michal Hruby | ||
unity-2d |
Invalid
|
Medium
|
Unassigned | ||
unity-lens-files |
Fix Released
|
Medium
|
Michal Hruby | ||
unity (Ubuntu) |
Fix Released
|
Medium
|
Michal Hruby | ||
unity-2d (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
unity-lens-files (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
If I look for a folder using the "Files & Folders" search, it will find by default all the files inside the folder, but not the folder itself, nor the included folders. If I filter on folders only, it will display the included folders, but still not the folder itself.
So I see two problems here:
-the "all files" default option doesn't display any folder. I know "all files" doesn't mean "all files and folders", but I would search on both, you don't always know how you call a file, so the more the better.
-the "folder" option doesn't show the right result: I would expect it to display the folder i'm looking for, not only the folders included in this folder. It seems that it shows only folders created after I upgraded to Natty. Would it just be an initialisation problem of the index?
-------
Desired resolution:
- If the search string contains all or part of the name of a folder, the folder should be displayed (underneath the 'folders' category header).
- The folders that contain the files in the search result should be displayed (underneath the 'folders' category header), after any folders whose name matches the search string.
Related branches
- Gord Allott (community): Approve
-
Diff: 216 lines (+115/-15)2 files modifiedsrc/daemon.vala (+105/-15)
tests/manual/folders.txt (+10/-0)
Changed in unity-2d: | |
status: | New → Confirmed |
Changed in unity-place-files (Ubuntu): | |
status: | New → Confirmed |
Changed in unity-2d: | |
importance: | Undecided → Medium |
Changed in unity-lens-files (Ubuntu): | |
status: | New → Confirmed |
description: | updated |
Changed in ayatana-design: | |
assignee: | nobody → John Lea (johnlea) |
importance: | Undecided → High |
status: | New → Triaged |
Changed in unity: | |
milestone: | none → backlog |
summary: |
- Search for a folder gives everything inside the folder, except the - folder itself + Dash - Search for a folder gives everything inside the folder, except + the folder itself |
tags: | added: udp |
tags: | added: top5p |
Changed in unity: | |
assignee: | nobody → Michal Hruby (mhr3) |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
no longer affects: | unity-place-files (Ubuntu) |
Changed in unity: | |
milestone: | backlog → 5.6.0 |
Changed in ayatana-design: | |
importance: | High → Critical |
Changed in unity: | |
milestone: | 5.6.0 → 5.8.0 |
Changed in unity: | |
milestone: | 5.8.0 → 5.10.0 |
Changed in unity-lens-files: | |
assignee: | nobody → Michal Hruby (mhr3) |
milestone: | none → 5.10.0 |
importance: | Undecided → Medium |
status: | Confirmed → In Progress |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in unity-lens-files: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-lens-files: | |
status: | Fix Committed → Fix Released |
Changed in ayatana-design: | |
status: | Triaged → Fix Committed |
Changed in unity (Ubuntu): | |
status: | New → Invalid |
importance: | Undecided → Low |
status: | Invalid → Fix Released |
status: | Fix Released → Invalid |
Changed in ayatana-design: | |
status: | Fix Committed → Fix Released |
tags: |
added: reviewedbydesignp removed: udp |
Changed in unity (Ubuntu): | |
status: | Invalid → Fix Released |
assignee: | nobody → Michal Hruby (mhr3) |
importance: | Low → Medium |
Changed in unity-2d: | |
status: | Confirmed → Invalid |
Changed in unity-2d (Ubuntu): | |
status: | New → Invalid |
This is exacerbated by the fact that we changed the layout of file search results since the Maverick version where each tile in the result set had a link to open the parent folder of the file.
Otoh I think it is an indicator of our failure if search results need to contain folders to be useful. Users don't work with folders but with files. We're trying to shed our selves from our heritage of hierarchical file systems.
That said I still think there is room for improvement for users that do need to work with the file system. So let's keep this bug open as a place share ideas.