View Single Post
Old 05-15-2024, 12:51 PM   #999
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,156
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Doum View Post
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
theducks is offline   Reply With Quote