View Single Post
Old 05-28-2017, 11:45 AM   #1
compurandom
Wizard
compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.
 
Posts: 1,013
Karma: 500000
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
help with search

So, I have a column (call it #od) that readinglist synchronizes with my device so that the library knows if a book is on the device or not. However, this column lags the actual status (I consider this a feature).

I want to make a (saved) search that (among other things) only looks at books that are on the device; when the device is plugged in, I can use ondevice:true, and when it is not plugged in, I can use #od:true

Right now, the search uses (ondevice:true or #od:true) but this also matches books that were just removed from the device since it was plugged in.

Is there a way to only use ondevice if the device is plugged in, and only use #od if it is not plugged in?

(Of course, other searches want to look at books not on the device.)

Last edited by compurandom; 05-28-2017 at 12:12 PM.
compurandom is offline   Reply With Quote