Member Junction
    Preparing search index...

    Filters that can be applied to narrow search results.

    interface SearchClientFilters {
        EntityNames?: string[];
        SourceTypes?: string[];
        Tags?: string[];
    }
    Index

    Properties

    EntityNames?: string[]

    Filter to specific entity names

    SourceTypes?: string[]

    Filter to specific source types (e.g., 'Vector', 'FullText', 'Entity', 'Storage')

    Tags?: string[]

    Filter to results matching specific tags