https://api-preview.netrunnerdb.com/api/v3/public/printings?filter[search]=foo:bar
returns
{
"errors": [
{
"title": "Internal Server Error",
"detail": "Internal Server Error",
"code": "500",
"status": "500"
}
]
}
Instead of something that highlights what is wrong with the query
https://api-preview.netrunnerdb.com/api/v3/public/printings?filter[search]=foo:bar
returns
{ "errors": [ { "title": "Internal Server Error", "detail": "Internal Server Error", "code": "500", "status": "500" } ] }Instead of something that highlights what is wrong with the query