mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
Compare commits
4 Commits
e44ab3a69d
...
779c304742
Author | SHA1 | Date | |
---|---|---|---|
|
779c304742 | ||
|
08249f572e | ||
|
9f8b0288ef | ||
|
f6512301ac |
@ -41,6 +41,10 @@
|
|||||||
"title": "详细描述",
|
"title": "详细描述",
|
||||||
"trim":"both"
|
"trim":"both"
|
||||||
},
|
},
|
||||||
|
"goods_imgs": {
|
||||||
|
"bsonType": "array",
|
||||||
|
"description": "商品详情页的图片描述地址"
|
||||||
|
},
|
||||||
"goods_thumb": {
|
"goods_thumb": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "商品缩略图,用于在列表或搜索结果中预览显示",
|
"description": "商品缩略图,用于在列表或搜索结果中预览显示",
|
||||||
|
@ -31,6 +31,11 @@
|
|||||||
"title": "评论内容",
|
"title": "评论内容",
|
||||||
"trim": "right"
|
"trim": "right"
|
||||||
},
|
},
|
||||||
|
"comment_imgs": {
|
||||||
|
"bsonType": "array",
|
||||||
|
"description": "评论图片",
|
||||||
|
"title": "评论图片"
|
||||||
|
},
|
||||||
"like_count": {
|
"like_count": {
|
||||||
"bsonType": "int",
|
"bsonType": "int",
|
||||||
"description": "评论喜欢数、点赞数"
|
"description": "评论喜欢数、点赞数"
|
||||||
|
@ -169,11 +169,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"IndexName":"hash",
|
"IndexName":"error_hash",
|
||||||
"MgoKeySchema":{
|
"MgoKeySchema":{
|
||||||
"MgoIndexKeys":[
|
"MgoIndexKeys":[
|
||||||
{
|
{
|
||||||
"Name":"hash",
|
"Name":"error_hash",
|
||||||
"Direction":"1"
|
"Direction":"1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -224,6 +224,18 @@
|
|||||||
],
|
],
|
||||||
"MgoIsUnique":false
|
"MgoIsUnique":false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"IndexName":"previous_page_duration",
|
||||||
|
"MgoKeySchema":{
|
||||||
|
"MgoIndexKeys":[
|
||||||
|
{
|
||||||
|
"Name":"previous_page_duration",
|
||||||
|
"Direction":"1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"MgoIsUnique":false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user