Hi, I am fairly new to mongo and iam using a full text search (beta) which is recently launched by mongodb.
I am creating an aggregation and running a search for list of paths.
My question is, is there any way to loop through all the paths automatically without defining each path (consisting of arrays and array of objects) ?
If so how can I achieve that ?
Thanks in advance