Hi All,

I have a view like
 function (doc, meta)
{
if(doc.Tenant)
{
emit([doc.Tenant.Id,doc.Tenant.User.Name],doc);
}
}
In this view I want all the value belongs to Tenant.Id == 1 and User.Name 
where Contains "a"

I can search this in my C# by collecting all the Tenant data belongs to 
particular Tenant Id.
But I have million of data for each Tenant. So need to check this in the 
server side itself.
Is this possible to search.

Regards,
Gopi

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to