@resistdesign/voltra
    Preparing search index...

    Type Alias CandidatePage

    Candidate ids and cursor for structured searches.

    type CandidatePage = {
        candidateIds: DocId[];
        cursor?: string;
    }
    Index

    Properties

    candidateIds: DocId[]

    Candidate document ids for the page.

    cursor?: string

    Cursor string for the next page, if more results exist.