- Altri aggiornamenti della scheda

This commit is contained in:
Surya Paolo
2025-04-24 19:31:40 +02:00
parent 4b4e3963ac
commit 95793fd73f
5 changed files with 23 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ const catalogo = new Schema(
editore: [{ type: String }],
argomenti: [{ type: String }],
idCollane: [{ type: Number }],
idTipologia: [{ type: Number }],
sort_field: { type: String },
sort_dir: { type: Number },
pdf: { type: Boolean },

View File

@@ -130,6 +130,7 @@ const scheletroScheda = {
productTypes: [{ type: Number }],
excludeproductTypes: [{ type: Number }],
idTipologia: [{ type: Number }],
editore: [{ type: String }],
argomenti: [{ type: String }],
idCollane: [{ type: Number }],

View File

@@ -82,6 +82,12 @@ const productSchema = new Schema({
misure: {
type: String,
},
edizione: {
type: String,
},
ristampa: {
type: String,
},
formato: {
type: String,
},

View File

@@ -147,6 +147,10 @@ const productInfoSchema = new Schema({
type: Date,
},
date_updated_fromGM: {
type: Date,
},
totVen: Number,
totFat: Number,
vLast3M: Number,