Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryText2

    Query condition that matches blocks containing specific text.

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

    Properties

    Properties

    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