Skip to content

Commit

Permalink
Update src/sparc/client/services/metadata.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
athril and github-actions[bot] authored Nov 30, 2023
1 parent 438f684 commit 3f6f0fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sparc/client/services/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ def list_datasets(
list_results = self.getURL(list_url, headers=self.default_headers)
return list_results

def search_datasets(self, query: str = '{"query": { "match_all": {}}}') -> list:
"""Gets datasets matching specified query.
This function provides
Expand Down

0 comments on commit 3f6f0fc

Please sign in to comment.