Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
macrozone opened this issue Oct 24, 2022 · 0 comments
Open

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

macrozone opened this issue Oct 24, 2022 · 0 comments

Comments

@macrozone
Copy link

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

@macrozone macrozone changed the title using in operator in custom fields using in operator in custom fields does not work correctly Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant