animedex.agg.search
Multi-source entity search.
search
- animedex.agg.search.search(type: str, q: str, *, limit: int = 10, source: str | None = None, config: Config | None = None, **kw) AggregateResult[source]
Search an entity type across every supporting backend.
- Parameters:
type (str) – Entity type:
anime,manga,character,person,studio, orpublisher.q (str) – Search query, passed verbatim to each backend that supports a search endpoint.
limit (int) – Per-source row cap.
source (str or None) – Optional comma-separated source allowlist.
config (Config or None) – Optional config.
- Returns:
Aggregate result envelope.
- Return type:
- Raises:
ApiError – When the type or source list is invalid.