Quote:
Originally Posted by groob
Thanks for your help,
I'll try to be more clear:
- I have some books that have the top category only, and some books that have the top category AND any of the subcategories.
- I need to search which books having the top category don't have any additional subcategories assigned.
So logically it would be: lookup the top category only AND exclude any subcategory, but again, my example and also your examples do not work.
To me this should be correct:
Code:
#genre:"=entertainment" AND NOT #genre:"=.entertainment"
but it's not.
|
That is question #1 again.
This search, produced by the tag browser when the single green plus is showing
Code:
#genre:"=entertainment"
finds all books with the genre "entertainment" but no subgenres of entertainment.
Examples:
- Only the top level genre entertainment. Note that the number of books shown, 1, equals the count in the total count of the category minus the sum of the count of the children:

- The top level and all its children. The number of books, 13, equals the total on the top level item:

- Only the children. This search combines the 2 above searches. The count, 12, equals the sum of the counts of the children:
