Quote:
Originally Posted by BetterRed
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.