http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7152

--- Comment #9 from Anand <[email protected]> 2011-11-06 17:17:32 UTC ---
Robin, the ils_search API currently works only with the exact matches. Here is
an example that works. 

$ curl -H 'content-type: application/json' -d
'{"authors":["test"],"publish_date":null,"title":"Test1","publisher":null,"isbn":["978-1-935928-32-4"]}'
http://openlibrary.org/api/ils_search
{"status": "found", "cover": {"small":
"http://covers.openlibrary.org/b/id/6685633-S.jpg";, "large":
"http://covers.openlibrary.org/b/id/6685633-L.jpg";, "medium":
"http://covers.openlibrary.org/b/id/6685633-M.jpg"}, "olid": "OL24605334M",
"key": "/books/OL24605334M"}

I'll work on improving it in next couple of days.

And I forgot to deploy the upload API to production. Sorry about it. It is
working now.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to