mirror of
https://github.com/Steffo99/unimore-bda-1.git
synced 2024-11-21 22:14:17 +00:00
siamo → si è
This commit is contained in:
parent
ed7d78f173
commit
7a2356d5f7
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ db.reviews.aggregate([
|
||||||
{$match: {
|
{$match: {
|
||||||
product: {$exists: true},
|
product: {$exists: true},
|
||||||
}},
|
}},
|
||||||
// Effettua una proiezione per mantenere solo i campi a cui siamo interessati
|
// Effettua una proiezione per mantenere solo i campi a cui si è interessati
|
||||||
{$project: {
|
{$project: {
|
||||||
_id: 1,
|
_id: 1,
|
||||||
avgRating: 1,
|
avgRating: 1,
|
||||||
|
|
Loading…
Reference in a new issue