Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryText

    Query condition that matches blocks containing specific text.

    interface QueryText {
        includeDescendants?: boolean;
        kind: 8;
        raw?: boolean;
        text: string;
    }
    Index

    Properties

    includeDescendants?: boolean

    Whether to include descendant blocks in results

    kind: 8

    Kind identifier for text queries (8)

    raw?: boolean

    Whether to perform raw text search (no stemming/normalization)

    text: string

    The text to search for