I need a method/way to query multiple collections in mongoDB.
Basically the query should be one but query is hitting two collections in same database.
One way may be we could create alias or pointer which points to two collection and I query the pointer. This concept is used in Elastic search.
I tried to find the solution but it always end at implementing the MR or Joins. But this is not required. Just querying on multiple collections.
Thanks for help in advance.