Skip to content

Commit

Permalink
Issue #SC-2221 feat:org mapping update (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIT KUMAR authored Apr 12, 2021
1 parent 787f5d0 commit 49a398f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@
"index": false
},
"organisationType": {
"type": "long"
"type": "long",
"fields": {
"raw": {
"type": "long"
}
},
"index": true
},
"orgTypeId": {
"type": "keyword",
Expand Down

0 comments on commit 49a398f

Please sign in to comment.