Kizuki
    Preparing search index...

    Interface IndexedPassage

    A passage as stored in the search file.

    interface IndexedPassage {
        courseId: string;
        materialId: string;
        passageId: string;
        text: string;
    }
    Index
    courseId: string

    The course of that material. A search only looks at one course's passages.

    materialId: string

    The material the passage comes from.

    passageId: string

    The passage's id: psg_ and 16 hex characters.

    text: string

    The passage's text, searched by keyword and turned into numbers for meaning search.