Skip to content

[Bug]: Regression Unable to extract $filter parameter from query string. #3662

Description

@WhiteRabbit-Code

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

2.0bugSomething isn't workingcriCustomer Reported issuetriageissues to be triaged

Type

Fields

No fields configured for Bug.

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions