In Ripple, if a document, A, has a singular association to another document, 
such as...

one :b

... and document B has an email address string property, how can I search to 
find A? 

I want the equivalent of...

A.where(B.where(email = '[email protected]'))

If B is embedded, I can get the root document. But is there a way to get A if B 
is not embedded?

Martin






_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to