Skip to content

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

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

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