Quote:
Originally Posted by Doum
Hello,
Do you know how i can do a search for serie name where their serie_index can be greater than 20 for example .
I only want the serie name , not all ebooks with serie_index > 20, or any template ... just a search method with serie name as result
Thanks for your help
|
AFAIK Calibre was not designed for that level of fineness.
But the following steps might work
1)
Code:
series:true and series_index:>=20
That gets you the list of 20+ series.
Now create a CSV Catalog with only the series name. (Catalog respects the current view)
Alternate way if your SQL foo is moderate is to use a SQL Browser (for SQL Lite) and roll your own query