Perform a search, returning datasets grouped by product type.
- Parameters:
archived (bool | None) – False (default): Return active datasets only.
None: Include archived and active datasets.
True: Return archived datasets only.
query (str | float | int | Range | datetime | Iterable[str | Geometry] | Not) – search query parameters
- Return type:
Iterable[tuple[Product, Iterable[Dataset]]]
- Returns:
Matching datasets, grouped by Product