There are two ways to do it today:
One would be to create a new entity type called something like
OrgDocument
which is the denormalized join of documents and their orgs, and then do a lookup on that.
The other would be to add a caveat somewhere the stores the org and then pass the org context in as a parameter.