Hi,
I am Rookie in CouchBase and need help/pointer for complicated queries.
How to use multiple keys for queries?
For example I have to get Employees from each Department who has worked on specific Project, or to get count of Projects each Employee has worked on.
Employee, Department, Project being stored as separate documents and I have docIds.
How to input keys, start and end keys to get this kind of View/Query?