Member Junction
    Preparing search index...

    Provides file-level search across MJ File Storage accounts using each provider's native SearchFiles() API. Only accounts with IncludeInGlobalSearch=true and providers with SupportsSearch=true are searched.

    Permission checking is performed against FileStorageAccountPermission records. If no permission records exist for an account, it is accessible to everyone (backwards compatible). Otherwise, the user must have CanRead=true via a direct User permission, a Role permission, or an Everyone permission.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    config: SearchProviderConfig = null

    Config from the SearchProvider metadata record, set during Initialize()

    SourceType: SearchSource = 'storage'

    Which search source this provider represents

    Accessors

    Methods

    • Enumerate every search provider currently registered with ClassFactory under BaseSearchProvider. Designed for the SearchScope form's provider dropdown (P5.5) — populates the dropdown from this single call rather than hardcoding a list, so any ClassFactory-registered provider (including third-party ones) shows up automatically.

      Each entry includes the driver-class registration key (writes into SearchProvider.DriverClass) and the SourceType the provider implements. Sorted by DriverClass for stable UI ordering.

      Returns RegisteredSearchProviderInfo[]