Managing subcollections and parent collections in searches [closed; solved]
Is there some way to search those items in subcollections of a collection but not belonging to the parent collection?
Thanks!
Thanks!
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!