Can I sort on a left joined reference? `filter_by...
# community-help
l
Can I sort on a left joined reference? `filter_by:
token:=${token} && (id:* || $listings(end_timestamp:>${endTimestamp}))
,`
sort_by: '$listings(price_per_token_sort:asc),token_id_sort:asc',
include_fields: '$listings(*) as listing',
I get `Server said: No references found to sort by on
listings_2024-06-04T17:11:03Z.price_per_token_sort
.` And here's the field from listings
{
"name": "price_per_token_sort",
"type": "float",
"facet": false,
"optional": false,
"index": true,
"sort": true,
"infix": false,
"locale": "",
"stem": false
},