-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
vishal gupta opened DATAMONGO-2434 and commented
Please convert the following query into spring data.
db.result.aggregate([
{
$addFields: {
gstinobjids: {
$map: {
input: "$gstids",
as: "r",
in: {
}
}, gstinobjids2: {
$map: {
input: "$erpids",
as: "r",
in: {
}
}
}
}
,{
$lookup:
{
from:"financial_data",
localField: "gstinobjids",
foreignField: "_id",
as: "result"
}
},{
$lookup:
{
from:"purchase_data",
localField: "gstinobjids2",
foreignField: "_id",
as: "result2"
}
}
])
No further details from DATAMONGO-2434
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid