lemmy-js-client
    Preparing search index...

    Type Alias SearchResponse

    The search response, containing lists of the return type possibilities

    type SearchResponse = {
        next_page?: PaginationCursor;
        prev_page?: PaginationCursor;
        resolve?: SearchCombinedView;
        search: SearchCombinedView[];
    }
    Index

    Properties

    next_page?: PaginationCursor

    the pagination cursor to use to fetch the next page

    prev_page?: PaginationCursor

    If Search.q contains an ActivityPub ID (eg https://lemmy.world/comment/1) or an identifier (eg !fediverse@lemmy.ml) then this field contains the resolved object. It should always be shown above other search results.

    Items which contain the search string in post body, comment text, community sidebar etc. This is always empty when calling /api/v4/resolve_object