anyone know how I could perform a left join and fi...
# community-help
r
anyone know how I could perform a left join and find records without a matching record in the referenced collection? i know i can left join doing
id:* || $collection(id:*)
, but I basically want
id:* && not $collection(id:*)
(but thats not valid syntax obv)
k
cc @Harpreet Sangar
h
@Rob Bast In the latest RC build, you can mention
filter_by: !$collection(id:*)
to get all the documents that are not referenced in the collection.
r
We on cloud, so no RC
k
RCs are available on cloud in the versions from down menu.
r
ah, that's good to know.
where can I find details about what is included in each RC release?
h
We don't publish changelogs for RC builds. Looking at the commit history in the github versioned branch should give you an idea of the changes.
r
alright, thanks
@Harpreet Sangar are you sure about that syntax? it should be available in rc31 ?
h
Yes, the syntax is correct. Are you facing any issue?
r
i'm getting back all the records in our collection.. so I think I maybe misunderstand how I should use it
h
Can you share the schema of your collections and the query?
r
yeah, where/how would like to see them?
is a DM okay, or a github gist?
h
I would only need the relevant fields like the
reference
field and such. No need to provide the whole schema.
is a DM okay, or a github gist?
As you wish.