Browse Source

add seenUsers in mapping.json

zahmis 4 years ago
parent
commit
d7f209288e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/app/resource/search/mappings.json

+ 3 - 0
packages/app/resource/search/mappings.json

@@ -74,6 +74,9 @@
         "bookmark_count": {
         "bookmark_count": {
           "type": "integer"
           "type": "integer"
         },
         },
+        "seenUsers_count":{
+          "type": "integer"
+        },
         "like_count": {
         "like_count": {
           "type": "integer"
           "type": "integer"
         },
         },