View Single Post
Old 07-03-2022, 07:17 AM   #5
avggeek
Member
avggeek began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jul 2011
Location: Singapore
Device: 2022 iPad Air, Kindle Paperwhite 2
Quote:
Originally Posted by BetterRed View Post
Try series:true and series_index:=1

BR
Ooh almost what I'm looking for. This query seems to return the 1st book from a series, but it also includes series that have more than 1 book from the series in my library. I'm looking for series that one and only one book in the library.

I tried to write a query like so: series:true and series_index:!>1 but it seems like Python only supports "!=" as an operator.
avggeek is offline   Reply With Quote