Skip to content

Commit

Permalink
remove ICAT mappings for isPublic fields #329
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 14, 2022
1 parent 64f62c2 commit d7bba35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datagateway_api/search_api_mapping.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"base_icat_entity": "Dataset",
"pid": ["doi", "id"],
"title": "name",
"isPublic": "createTime",
"isPublic": "",
"creationDate": "createTime",
"size": "",
"documents": {"Document": "investigation"},
Expand All @@ -25,7 +25,7 @@
"Document": {
"base_icat_entity": "Investigation",
"pid": ["doi", "id"],
"isPublic": "releaseDate",
"isPublic": "",
"type": "type.name",
"title": "name",
"summary": "summary",
Expand Down

0 comments on commit d7bba35

Please sign in to comment.