I've added the providers to ABS but when I try to search for a book I'm not getting any results.
Looking at the logs for abs-tract I'm seeing the following
2025-02-05T21:34:37.079432255Z INFO Response: 200 OK service: "abs-tract" httpRequest: {url: "http://192.168.8.219:5555/kindle/us/search?mediaType=book&;query=Die+Trying&author=Lee+Child" method: "GET" path: "/kindle/us/search" remoteIP: "172.23.0.1:59900" proto: "HTTP/1.1" requestID: "5c2b925ac873/rZ2rQH0VgA-000001" scheme: "http" header: {accept: "application/json, text/plain, */*" user-agent: "axios/0.27.2" connection: "keep-alive"}} httpResponse: {status: 200 bytes: 3511 elapsed: 3524.220387}
If I remove the ; from before the word query the URL returns results.
I've added the providers to ABS but when I try to search for a book I'm not getting any results.
Looking at the logs for abs-tract I'm seeing the following
2025-02-05T21:34:37.079432255Z INFO Response: 200 OK service: "abs-tract" httpRequest: {url: "http://192.168.8.219:5555/kindle/us/search?mediaType=book&;query=Die+Trying&author=Lee+Child" method: "GET" path: "/kindle/us/search" remoteIP: "172.23.0.1:59900" proto: "HTTP/1.1" requestID: "5c2b925ac873/rZ2rQH0VgA-000001" scheme: "http" header: {accept: "application/json, text/plain, */*" user-agent: "axios/0.27.2" connection: "keep-alive"}} httpResponse: {status: 200 bytes: 3511 elapsed: 3524.220387}If I remove the
;from before the word query the URL returns results.