Hey guys! I'm trying to make a left join work like...
# community-help
g
Hey guys! I'm trying to make a left join work like this
collection: col_A
filter: id:* || $col_B(id: *)
but my request is being cancelled. I'm pretty sure that this is because each document in
col_A
is referenced in thousands of documents in
col_B
, so it's a too heavy request. I wonder if there's a way to limit the number of hits in a left join. Actually for my use-case, I just need to get the most recent joined document
h
Hi @Gabriel Marinho If you're using a search client, can you increase the request timeout duration so we can assume no response is related to the query taking a long time?