Topic: incremental tags in auto-tagging feature

Hey,

I have the following dir structure:

FolderA
   +  subfolder 1
   +  subfolder 2
   +  subfolder 3

I'd like to tag all files in folderA (and sub folders) with tag "A".
I'd also like to tag all files in subfolder1 (and all sub folders) with tag "1".

so, that files under folderA will have the tag "A" only, while the files under subfolder1 will have tags "A","1".

Sure, I can do it manually, but with such a neat feature as auto-tagging, I'd like it to happen automatically when I place a file in the folder.

Unfortunately, it's not working.
After setting the rule for FolderA, any other rules for subfolder1 do nothing...

Re: incremental tags in auto-tagging feature

Well, not working is maybe too strong...

What I meant was: the natural expected is to define only one rule for "A" and only one rule for "1"

it does work with a rule for subfolder1 with tags "1","A" and another rule for folderA with tags "A".
This, while works, is not very good because if in future I add another subfolder4, I'd have to create another rule for it while with the natural expected above, the single defined rule for tag "A" would automatically kick in...