Member Junction
    Preparing search index...

    Result from full-text search SQL generation.

    interface FullTextSearchResult {
        functionName: string;
        sql: string;
    }
    Index

    Properties

    Properties

    functionName: string

    The name of the generated search function

    sql: string

    The complete SQL string for creating the FTS objects