You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether we should filter nested array properties (where authors.books are arrays). I even can't see a recursive structure in shopify/liquid implementation. If you can find a specific documentation on it, feel free to reopen this issue.
The where filter as sort & map for ex, dont support nested property filter
ex: {% assign variable = authors | where: 'books.year', 2019 %}
The text was updated successfully, but these errors were encountered: