Backstage
    Preparing search index...

    Base properties that all search documents must include.

    interface SearchDocument {
        location: string;
        text: string;
        title: string;
    }
    Index

    Properties

    Properties

    location: string

    The relative or absolute URL of the document (target when a search result is clicked).

    text: string

    Free-form text of the document (e.g. description, content, etc).

    title: string

    The primary name of the document (e.g. name, title, identifier, etc).