Open
Description
This query should have returned a 400
{
"q": [
{
"pacticipant": "X",
"version": "123",
"environment": "B"
}
]
}
TODO: Work out if this is an error or a valid query - it causes an SQL error.
{
"q": [
{
"pacticipant": "x",
"version": "134234"
},
{
"pacticipant": "x",
"latest": "true",
"environment": "B"
}
]
}
This is a placeholder issue - it needs the rules written out properly before it can be picked up.