Merge lp:~jeremy-munsch/synapse-project/fix-locate-plugin into lp:synapse-project
Proposed by Jérémy Munsch
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~jeremy-munsch/synapse-project/fix-locate-plugin |
| Merge into: | lp:synapse-project |
| Diff against target: | 65 lines (+10/-5) 2 files modified src/core/utils.vala (+3/-2) src/plugins/locate-plugin.vala (+7/-3) |
| To merge this branch: | bzr merge lp:~jeremy-munsch/synapse-project/fix-locate-plugin |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Rico Tzschichholz | Pending | ||
| Review via email: | |||
Description of the change
This fix issue of folders not showing up using the locate plugin.
To post a comment you must log in.
Unmerged revisions
- 633. By Jérémy Munsch
-
locate-plugin:
- fix an issue where locate command is getting hidden files and folders potentially hidding wanted files due to countless results
- add more relevancy for query matchinf files and foldersutils: fix FileInfo not getting "mime type" for inode/folder correctly.

This makes directory plugin obsolete. As I think it should be since folders are actually like any files. Handling them differently makes things too much complicated.