3

I am RavenDB noob trying trying to understand how does RavenDB knows to link a document to another?

It appears to me that it scans every property of the document and if the proprety value matches a documentId, it shows that a reference in the studio, even though I didn't really try to make it a reference.

Is there a way to avoid this behavior?

Thanks,

RavenDB Studio Document References

Matt Johnson-Pint
  • 230,703
  • 74
  • 448
  • 575
Juma
  • 183
  • 4

1 Answers1

2

Juma, This is merely a UI feature, it is based on looking for conventions, and it has no operational impact.

Ayende Rahien
  • 22,925
  • 1
  • 36
  • 41