Shopify / shopify-app-bridge

https://shopify.dev/docs/api/app-bridge
82 stars 9 forks source link

`filter.query` not working on Resource picker for variants #284

Closed Stef733 closed 4 months ago

Stef733 commented 4 months ago

Describe the bug

Setting filter.query does not work on the Resource picker if type="variant"

To Reproduce

await shopify.resourcePicker({
    type: "variant",
    filter: {
      query: "test",
    },
  });

Expected behaviour

Variants should be filtered

Contextual information

Packages and versions

List the relevant packages you’re using, and their versions. For example:

charlesdobson commented 4 months ago

Hi @Stef733, thanks for the issue report! This is now fixed.

Please let me know if you're still seeing the issue.