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
|