Add profile image field to Elasticsearch for presenting after search (#6600)

This commit is contained in:
Molly Struve 2020-03-11 18:43:29 -04:00 committed by GitHub
parent 45a17d5c09
commit 3161c9d901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@ module Search
:name,
:path,
:positive_reactions_count,
:profile_image_90,
:reactions_count,
:username
end

View file

@ -32,6 +32,9 @@
"positive_reactions_count": {
"type": "integer"
},
"profile_image_90": {
"type": "keyword"
},
"reactions_count": {
"type": "integer"
},