Skip to content

Allow clients to pass in the last_update_range parameter in search_datasets call #104

@shahfazal

Description

@shahfazal

The search_datasets tool does not expose the last_update_range parameter. Having the tool accept this parameter would allow clients to filter data being searched based on their recency and relevancy needs.

The parameter accepts last_30_days, last_12_months and last_3_years as values, as listed in the v2 swagger docs.

The search_datasets tool already invokes the v2 API, so this change would just add the new parameter with a default of None so as not to break existing clients or integrations.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions