Add profile image field to Elasticsearch for presenting after search (#6600)
This commit is contained in:
parent
45a17d5c09
commit
3161c9d901
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ module Search
|
|||
:name,
|
||||
:path,
|
||||
:positive_reactions_count,
|
||||
:profile_image_90,
|
||||
:reactions_count,
|
||||
:username
|
||||
end
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
"positive_reactions_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"profile_image_90": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"reactions_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue