View Single Post
Old 12-21-2020, 12:21 PM   #5
chris33
Enthusiast
chris33 began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Sep 2020
Device: ipad, kobo libra 2
Question

Hello,
I have tried to find a way to search for a book entry by its id.
This needs to happen in the background, no GUI to be shown.
Looking at the code it seems its done using search_pool.add_task() with a query like: query['id'].
Then results are given through search_pool.get_results().
I'm not sure I can use this and wondering if there is no simpler way.
Is there a way to search with id:"123" and get the book object that can be edited (ie change comments?)
Thank you in advance for sharing your experience
chris33 is offline   Reply With Quote