Hi!
We are building a custom storefront using Shopify’s Storefront API and while implementing products sorting we are getting unexpected results.
When we sort by TITLE with such a filter it always returns empty results:
{"query":"vendor:national-seating","first":36,"sortKey":"TITLE","reverse":false}
But if we change the sortKey to another or add a multiple vendors to the filter it works as expected.
Has anybody faced same problem?
Highly appreciate any kind of inputs. Thank you!