Skip to content

Commit

Permalink
fix(identifiers-types): add piaweb for structures and projects identi…
Browse files Browse the repository at this point in the history
…fiers
  • Loading branch information
Mihoub2 committed Sep 14, 2023
1 parent d13b87f commit 0a3f696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/commons/queries/structures.elastic.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default [
$match: {
$expr: {
$and: [
{ $in: ['$type', ['finess', 'grid', 'idref', 'ringgold', 'rnsr', 'ror', 'siret', 'uai', 'wikidata']] },
{ $in: ['$type', ['finess', 'grid', 'idref', 'piaweb-organization', 'piaweb-project','ringgold', 'rnsr', 'ror', 'siret', 'uai', 'wikidata']] },
],
},
},
Expand Down
2 changes: 2 additions & 0 deletions src/openapi/schemas/structures/enums/identifier-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ enum:
- oc
- orgref
- pia
- piaweb-organization
- piaweb-project
- pic
- rcr
- ringgold
Expand Down

0 comments on commit 0a3f696

Please sign in to comment.