Member Junction
    Preparing search index...

    Inputs needed to resolve one scope's dimensions for one search.

    interface DimensionResolutionInput {
        CallerContext: SearchContext;
        ContextUser: UserInfo;
        Principals?: ScopePrincipals;
        Scope: MJSearchScopeEntity;
    }
    Index

    Properties

    CallerContext: SearchContext

    The context as supplied by the caller — trusted only where a dimension says so.

    ContextUser: UserInfo
    Principals?: ScopePrincipals

    Principals available to bind into an expansion query.