Skip to content

using in operator in custom fields does not work correctly #31

@macrozone

Description

@macrozone

i did this request:

const result: ListResult = await this.chargebeeApi.plan
      .list({
        limit: 100
      })
      .param({
        "status[is]": "active",
        "cf_productgroup_id[in]": productGroupIds
      })
      .request();

where cf_productgroup_id is a cutom field.

this returns all products, regardless whether cf_productgroup_id is set or not.

This seems very inconsistent and a bug

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