I have a question on joins. Lets say I have collection A with fields 1 and fields 2 and Collection B with fields 3 and fields 4. If Collection A, Field 1 is referenced to Collection B, field 3, is there any way to upload collection A, even if the value currently in Collection A, Field 1 is not in Collection B, Field 3? The data would be uploaded into Collection B at a later time.
Right now in this scenario, typesense just throws an error along the lines of "Reference document having 'field_A:= xyz' not found in 'Collection_B' "
We're on typesense cloud and if we can overcome this issue plan to use it for production.