masto
    Preparing search index...

    Interface CreateFilterKeywordParams

    interface CreateFilterKeywordParams {
        keyword: string;
        wholeWord?: boolean | null;
    }
    Index

    Properties

    Properties

    keyword: string

    String. The keyword to be added to the filter group.

    wholeWord?: boolean | null

    Boolean. Whether the keyword should consider word boundaries.