Hi Tom, As you probably discovered, I don't think so (at least, when I tried some time ago, it didn't work either). I think commas can be included in terms themselves, as can any(?) other character. That makes it hard(er) to designate a separator character. There is a small chance that I'm wrong, because I'm not too familiar with details in the code.
Regards, Ben On 26 July 2013 06:34, Tom Kerr <[email protected]> wrote: > One is able to perform multi-value queries when passing a JSON > dictionary, like: > > http://openlibrary.org/query.json?query={"type": "/type/work", > "subjects": ["war", "peace"]} > > but is there a way to do this without the JSON? Something like: > > http://openlibrary.org/query.json?type=/type/work&subjects=war,peace > > Tom > _______________________________________________ > 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] _______________________________________________ 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]
