Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface BackfillResult {
    ย ย ย ย path: string;
    ย ย ย ย action:
    ย ย ย ย ย ย ย ย | "updated"
    ย ย ย ย ย ย ย ย | "skipped-already-complete"
    ย ย ย ย ย ย ย ย | "skipped-no-og-locale"
    ย ย ย ย ย ย ย ย | "skipped-unknown-locale";
    ย ย ย ย lang?: Language;
    ย ย ย ย normalized?: boolean;
    }
    Index
    path: string
    action:
    ย ย ย ย | "updated"
    ย ย ย ย | "skipped-already-complete"
    ย ย ย ย | "skipped-no-og-locale"
    ย ย ย ย | "skipped-unknown-locale"
    lang?: Language
    normalized?: boolean

    True when a non-canonical og:locale value was normalized in place.