On Tue, Jan 29, 2013 at 2:43 PM, Sebastien Feugere <[email protected]> wrote: > Thank for your response Tom, > > I had never seen this feature in the API documentation, but maybe I don't > search enough.
You'll need a "type" there too, and possibly "*=" if you want all the properties in one shot: curl -G --data-urlencode "title=Asking questions" --data-urlencode "type=/type/edition" --data-urlencode "*=" http://openlibrary.org/query.json I think the docs you're looking for are primarily at http://openlibrary.org/dev/docs/restful_api although knowing what fields you can query on (like "title") kind of depends on you knowing what fields exist in the database. Rest assured (haha) that the OpenLibrary folk are using an API approach to run their search engine :) _______________________________________________ Ol-tech mailing list [email protected] http://mail.archive.org/cgi-bin/mailman/listinfo/ol-tech To unsubscribe from this mailing list, send email to [email protected]
