Collection from metafield list.product_reference on product page

Hey,

I was wondering if anyone has attempted to create a collection grid on a page with products stored in metafields?

ie: list.product_reference

Use this code

{% assign products = all_products | where: 'metafields.namespace.key', 'value' %}