Skip to content

Commit

Permalink
Merge pull request #15 from etalab/section-NAF
Browse files Browse the repository at this point in the history
Add NAF code sections to Elastic mapping
  • Loading branch information
geoffreyaldebert authored May 31, 2022
2 parents 35e168a + 978f9e8 commit 45b0260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/operators/elastic_mapping_siren.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class Siren(Document):
nombre_etablissements_ouverts = Integer()
numero_voie = Text()
prenom = Keyword()
section_activite_principale = Keyword()
sigle = Keyword()
siren = Keyword(required=True)
siret_siege = Keyword(required=True)
Expand Down

0 comments on commit 45b0260

Please sign in to comment.