Skip to content

Commit

Permalink
chore: add nomenclature (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier authored Sep 19, 2024
1 parent e45d844 commit df1d066
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/utils/codes-lists/__mocks__/get-nomenclatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,48 @@
"urn": "urn:ddi:fr.insee:l_prodeap_vpni_2024:1",
"codes": []
},
"L_PRODEAP_VPIZ_2024": {
"id": "L_PRODEAP_VPIZ_2024",
"name": "L_PRODEAP_VPIZ_2024",
"label": "EAP - Produits - commerce",
"parameters": {
"version": 1,
"fields": [
{
"name": "id",
"rules": ["[\\w]+"],
"language": "French",
"min": 3,
"stemmer": false
},
{
"name": "label",
"rules": ["[\\w]+"],
"language": "French",
"min": 3,
"stemmer": false
},
{
"name": "nc",
"rules": ["[\\w]+"],
"language": "French",
"min": 3,
"stemmer": false
}
],
"queryParser": {
"type": "tokenized",
"params": {
"language": "French",
"pattern": "[\\w.]+",
"min": 3,
"stemmer": false
}
}
},
"urn": "urn:ddi:fr.insee:l_prodeap_vpiz_2024:1",
"codes": []
},
"L_PRODEAP_DECHETS_2024": {
"id": "L_PRODEAP_DECHETS_2024",
"name": "L_PRODEAP_DECHETS_2024",
Expand Down

0 comments on commit df1d066

Please sign in to comment.