Skip to content

Reference service for collections that has '/' in key name doesn't work #226

Description

@wgyalpo

The below request returns Bad request
https://services.odata.org/V3/Northwind/Northwind.svc/Products_by_Categories(CategoryName='Meat%2FPoultry',Discontinued=false,ProductName='Tourti%C3%A8re')

Image

But the same done through filter works fine.

https://services.odata.org/V3/Northwind/Northwind.svc/Products_by_Categories?$filter=CategoryName eq 'Meat%2FPoultry' and Discontinued eq false and ProductName eq 'Tourtière'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions