Perform a search using arbitrary metadata, returning results as Dataset objects.
Caution - slow! This will usually not use indexes.
- Parameters:
metadata (JsonDict
) – metadata dictionary representing arbitrary search query
archived (bool
| None
) – False (default): Return active datasets only.
None: Include archived and active datasets.
True: Return archived datasets only.
- Return type:
Iterable
[Dataset
]
- Returns:
Matching dataset models