dyna-record
    Preparing search index...

    Interface SearchNotAvailable

    The error surface presented when search is called on a parent with no searchable relationships. Search is unavailable on such parents at compile time, and errors at runtime in plain JS.

    interface SearchNotAvailable {
        __searchError: "search requires at least one relationship to an entity with a @Searchable attribute";
    }
    Index

    Properties

    Properties

    __searchError: "search requires at least one relationship to an entity with a @Searchable attribute"