And related. View > Show Items from Subcollections shows the items from all the subcollections. Is there some way to view the items from subcollections, but excluding some of them?
@aborel: It is. That's why View > Show Items from Subcollections exists.
@iagogv: If you only need to match one subcollection, you can do two conditions: Collection is [subcollection]; Collection is not [parent collection]. If you need to match all the subcollections, you'd probably need to chain two saved searches:
1. Search 1: Collection is [parent collection], "Search subcollections" checked 2. Search 2: Collection is Search 1, Collection is not [parent collection], "Search subcollections" unchecked
Can you explain what you want to achieve with these informations?
@iagogv: If you only need to match one subcollection, you can do two conditions: Collection is [subcollection]; Collection is not [parent collection]. If you need to match all the subcollections, you'd probably need to chain two saved searches:
1. Search 1: Collection is [parent collection], "Search subcollections" checked
2. Search 2: Collection is Search 1, Collection is not [parent collection], "Search subcollections" unchecked
Haven't tested, but that should work.
Wow! That's a great solution (the two-chained-searches).
Many thanks!