We have noticed that in a number of our queries using the Storefront API that the “query” variable simply doesn’t work and returns no results. Shopify Support have acknowledged the issue on 3 occasions over the last couple of days but provided no update.
Query variable would look like so:
"variables":{"first":20,"sortKey":"ID","query":"variants:['sku:dress'] OR title:dress","reverse":true}
We have also noticed SIGNIFICANT delays in Shopify’s search indexes over the last couple of weeks/month, in which products simply do not show for hours if not days.
But what I’ve discovered is that this scheme actually returns results.
While I am still waiting for a response from the Shopify team, I am considering making the switch to this alternative in the meantime.
{
search(query: "r", first: 10, types: PRODUCT) {
edges {
cursor
node {
... on Product {
id
title
}
}
}
}
}
Hey @Igor89 The biggest issue here is apps for other platforms as a result are no longer working. Contentful has a Shopify app and it simply doesn’t work because of this issue. It isn’t a Contentful issue it is a shopify API issue so for things outside of our control there is no workaround until it is fixed on Shopifys end.
Hey @MrTakoyaki has support been contacted yet. I know @CollagerieTech has and if we’re looking at the same problem I’d like to make sure all instances of the same issue are properly recorded.
Hey @Igor89 has support been contacted yet. I know @CollagerieTech has and if we’re looking at the same problem I’d like to make sure all instances are properly recorded.