Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/cmr/concepts/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class Collection extends Concept {
'service_type',
'short_name',
'spatial_keyword',
'standard_product',
'tag_key',
'temporal',
'tool_concept_id',
Expand Down Expand Up @@ -147,6 +148,7 @@ export default class Collection extends Concept {
'service_type',
'short_name',
'spatial_keyword',
'standard_product',
'tag_key',
'temporal',
'tool_concept_id',
Expand Down
3 changes: 3 additions & 0 deletions src/types/collection.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ input CollectionsInput {
"Keywords relating to spatial aspects of the collection."
spatialKeyword: String

"Boolean to query for collections in the Standard Product portal"
standardProduct: Boolean

"Tags associated with the collection."
tagKey: [String]

Expand Down