Flarum (v2.0.0-beta.5)
    Preparing search index...

    The UsersSearchSource finds and displays user search results in the search dropdown.

    Implements

    Index

    Constructors

    Properties

    resource: string = 'users'

    The resource type that this search source is responsible for.

    results: Map<string, User[]> = ...

    Methods

    • Get an array of virtual

    • s that list the search results for the given query.

    Parameters

    Returns Vnode<{}, {}>[]