Skip to content

Commit

Permalink
mappings: add a text subfield for award acronyms
Browse files Browse the repository at this point in the history
  • Loading branch information
anikachurilova authored and slint committed Dec 4, 2023
1 parent 5222880 commit 41b435d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"type": "keyword"
},
"acronym": {
"type": "keyword"
"type": "keyword",
"fields": {
"text": { "type": "text"}
}
},
"program": {
"type": "keyword"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"type": "keyword"
},
"acronym": {
"type": "keyword"
"type": "keyword",
"fields": {
"text": { "type": "text"}
}
},
"program": {
"type": "keyword"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"type": "keyword"
},
"acronym": {
"type": "keyword"
"type": "keyword",
"fields": {
"text": { "type": "text"}
}
},
"program": {
"type": "keyword"
Expand Down

0 comments on commit 41b435d

Please sign in to comment.