Skip to content

Commit

Permalink
Merge pull request #23 from kids-first/add-website-linkein-fields-to-…
Browse files Browse the repository at this point in the history
…mappins

🐛 Add website and linkedin fields to mapping
  • Loading branch information
evans-g-crsj authored Mar 31, 2023
2 parents b8130c0 + 00a1820 commit 04d5498
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@
}
},
},
"website": {
"type": "text",
"analyzer": "autocomplete",
"fields": {"raw": {"type": "keyword"}},
},
"linkedin": {
"type": "text",
"analyzer": "autocomplete",
"fields": {"raw": {"type": "keyword"}},
},
}
},
}
Expand Down

0 comments on commit 04d5498

Please sign in to comment.