The API spec for Item Search documents the query parameters for POST /search as arrays of strings. It doesn't say how to expose this for GET /search via query parameters. I suppose it's simply ids=1,2,3 and collection=1,2,3 but we should document this more clearly.