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

issue about column si_enable #99

Closed
rickythanh opened this issue May 25, 2019 · 1 comment
Closed

issue about column si_enable #99

rickythanh opened this issue May 25, 2019 · 1 comment

Comments

@rickythanh
Copy link

hello team,

When I start with this project, and init some data popular
I call search product api with shop mode it error "message": "column "si_enabled" does not exist"

api

query SearchProducts($input: SearchInput!) {
  search(input: $input) {
    totalItems
    items {
      productId
      productName
      productPreview
      productVariantId
      productVariantName
      productVariantPreview
      sku
      __typename
    }
    facetValues {
      count
      facetValue {
        id
        name
        facet {
          id
          name
          __typename
        }
        __typename
      }
      __typename
    }
    __typename
  }
}
{
  "input": {
    "skip": 0,
    "take": 10,
    "term": "",
    "facetIds": [],
    "groupByProduct": true
  }
}
@michaelbromley
Copy link
Member

Hi,

Thanks for the report. I can reproduce this when using postgres on the Shop API. Can you confirm this is also the case for you?

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

2 participants