Registered Member
|
Hi
Is there a way to understand and debug the way tellico ask for data to a server (amazon, us congress and so on), and the way it computes the answer? Espacialy for books, looking the messages in the console let me think tellico asks the server giving the title of the book. Some others informations, like ISBN, may be more accurate to identify the book on the server. How can I see the data sent and received by Tellico, and is there a way To customize this? Thanks for your replies Regards |
KDE Developer
|
Within the Tellico source code, there are many debugging statements in the data sources that are commented out. If you need to see some of that traffic, you'd have to edit those particular files and recompile. Depending on the data source, Tellico offers different types of searches. Some have only Keyword or Title searches, but others offer direct ISBN, like the US Library of Congress and any z39.50 source. In those cases, the ISBN can be used. Is there a particular search you might be using that I could help with? |
Registered Member
|
Yes there is:
|
KDE Developer
|
The z39.50 search definitely does a direct ISBN search when one is entered. If you're compiling from source, be sure to use -DCMAKE_BUILD_TYPE=Debug to see more relevant output. With the CQL protocol, Tellico uses the bath.isbn identifier (at least, for Library of Congress, though I tweaked that in a recent release).
Is that supposed to be utf-8 instead of urf-8? That might be a typo somewhere. |
Registered Member
|
urf8: that was a typo from me copying my terminal.
|
KDE Developer
|
With debug output, an ISBN search with a z39.50 source will show output something like this:
|
Registered Member
|
I'll see this, thanks a lot!
|
Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]