We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee79b1d commit 5c4f3f4Copy full SHA for 5c4f3f4
1 file changed
server.go
@@ -85,7 +85,7 @@ func Server() {
85
_skipKeys = srvConfig.Config.CHESSMetaData.SkipKeys
86
if len(_skipKeys) == 0 {
87
// default list
88
- _skipKeys = []string{"user", "date", "description", "schema_name", "schema_file", "schema", "did", "doi", "doi_url"}
+ _skipKeys = []string{"user", "date", "description", "schema_name", "schema_file", "schema", "did", "doi", "doi_url", "doi_user", "doi_created_ad"}
89
}
90
91
// setup web router and start the service
0 commit comments