Skip to content

BUG- translating "!= null" in list options builder #39

@tmenier

Description

@tmenier

Given a list call like this:

client.Product.ListAsync(opts => opts.AddFilter(p => p.ShipFromAddressID != null);

The resulting API call looks like this:

/products?ShipFromAddressID=!

"Not null" should translate to *, so we actually want this:

/products?ShipFromAddressID=*

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions