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

    Type Alias SearchStartPostData

    type SearchStartPostData = {
        body: { pattern: string; plugins: string[]; category: string[] };
        path?: never;
        query?: never;
        url: "/search/start";
    }
    Index

    Properties

    Properties

    body: { pattern: string; plugins: string[]; category: string[] }

    Type Declaration

    • pattern: string

      Pattern to search for (e.g. "Ubuntu 18.04")

    • plugins: string[]

      Plugins to use for searching (e.g. "legittorrents"). Supports multiple plugins separated by |. Also supports all and enabled

    • category: string[]

      Categories to limit your search to (e.g. "legittorrents"). Available categories depend on the specified plugins. Also supports all

    path?: never
    query?: never
    url: "/search/start"