型・APIリファレンス
    Preparing search index...

    Type Alias FullTextSearchParameter

    全文検索パラメータ

    type FullTextSearchParameter = {
        keyword: string;
        sortCondition: FullTextSortCondition;
        targetEntityNameList: string[];
    }
    Index

    Properties

    keyword: string

    キーワード

    sortCondition: FullTextSortCondition

    全文検索ソート条件

    targetEntityNameList: string[]

    全文検索対象Entity定義名リスト