View Single Post
Old 03-21-2021, 04:14 AM   #2
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,201
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
This matches all items that have fiction as the top level:

Code:
#field:"=.Fiction"
Note that the above will not match a tag like foo.Fiction where fiction is not the top level. If you want to match fiction even if it is not the top level use this:

Code:
#field:"Fiction"
Also note that matching in calibre search is case-insensitive.
capink is offline   Reply With Quote