FileIndexScheduler: Notify even when not using content indexing
When using Baloo:FileMonitor
then currently you're notified only about content changes with FileContentIndexer
.
If content indexing is disabled or if only xattrs
are changed then you won't get any notification about it.
Reason is that XAttrIndexer
specifies BasicIndexingJob::NoLevel
so it won't be processed by FileContentIndexer
.
This is needed so that if someone makes any xattr
changes like tags
, comments
to also get notification about those.