1

Closed

$filter=Name eq '+' escape to $filter=Name eq ' '

description

  • is escaped to whitespace in web api. So the returned result are different as expected.
After escaping + to %2B, it still fails with same result.

$filter=Name eq '%2B'
Closed Oct 17, 2012 at 9:37 PM by hongyes
Verified