Skip to content

feat: update platform() to accept a list of platforms#1

Merged
aryanputta merged 1 commit intodevelopfrom
feat/platform-multi-value
Mar 21, 2026
Merged

feat: update platform() to accept a list of platforms#1
aryanputta merged 1 commit intodevelopfrom
feat/platform-multi-value

Conversation

@aryanputta
Copy link
Owner

The platform() method only accepted a single string. CMR supports searching by multiple platforms but this was not exposed in the Python client. Updated the method to accept either a single string or a list of strings, using the platform[] parameter for multi-value queries. The pattern matches how concept_id() handles multiple values in this same file. Closes nasa#80.

The platform() method only accepted a single string. CMR supports searching by multiple platforms but this was not exposed in the Python client. Updated the method to accept either a single string or a list of strings, using the platform[] parameter for multi-value queries. The pattern matches how concept_id() handles multiple values in this same file. Closes nasa#80.
@aryanputta aryanputta merged commit 3fb5245 into develop Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support searching by multiple platforms

1 participant