Bug 353010

Summary: Moving an unindexed folder to an indexed directory does not index it
Product: [Frameworks and Libraries] frameworks-baloo Reporter: Vishesh Handa <me>
Component: Baloo File DaemonAssignee: Pinak Ahuja <pinak.ahuja>
Status: RESOLVED FIXED    
Severity: normal CC: aspotashev, pinak.ahuja, smithjd15
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Vishesh Handa 2015-09-21 22:56:15 UTC
$ cd
$ mkdir test
$ balooctl config add excludeFolders test
$ mkdir test/folder && touch test/folder/magikarp
$ mv test/folder ./
$ balooshow folder
$ balooshow folder/magikarp

Folder is indexed, magikarp is not.
Comment 1 Jamie Smith 2018-05-28 23:22:15 UTC
This now appears to work (tested on baloo 5.46).