Hey :wave: I have a sorting issue with a double jo...
# community-help
f
Hey 👋 I have a sorting issue with a double join. I have 3 collections (A,B and C). C is joining with one-to-many with B. B is joining with one-to-many with A. I would like sort a field on C but on A collection. So, i have tried to sort with
$B($C(sort_field:asc))
but my Typesense docker throw an unknown error
Request to Node 0 failed due to "ECONNRESET socket hang up
and crash. For docker, I used the lastest release client of Typesense : 27.0.rc14 and 1.7.2 for the node client. Here the AggregateError :
Copy code
AggregateError: 
    at internalConnectMultiple (node:net:1114:18)
    at afterConnectMultiple (node:net:1667:5)
    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)