What happened?
In DAB 2.0.8 the $filter does not work anymore, but works perfectly fine in 1.7.93.
GET .../?$filter=numb eq '12345' and age eq '31'
results in
{
"error": {
"code": "BadRequest",
"message": "Unable to extract $filter parameter from query string.",
"status": 400
}
}
Version
2.0.8
What database are you using?
Azure SQL
What hosting model are you using?
AppService
Which API approach are you accessing DAB through?
REST
Relevant log output
Code of Conduct
What happened?
In DAB 2.0.8 the
$filterdoes not work anymore, but works perfectly fine in 1.7.93.GET .../?$filter=numb eq '12345' and age eq '31'results in
Version
2.0.8
What database are you using?
Azure SQL
What hosting model are you using?
AppService
Which API approach are you accessing DAB through?
REST
Relevant log output
Code of Conduct