Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias SearchResults

    type SearchResults = {
        results?: SearchResult[];
        status?: "Running" | "Stopped";
        total?: number;
    }
    Index

    Properties

    results?: SearchResult[]
    status?: "Running" | "Stopped"

    Current status of the search job (either Running or Stopped)

    total?: number

    Total number of results. If the status is Running this number may continue to increase