@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface ICanPrecedeEndAt

    Describes a query block that can create an end-at clause as its following block

    interface ICanPrecedeEndAt {
        endAt(end: EndAtClauseEnd, included: boolean): EndAtBlock;
    }

    Implemented by

    Index

    Methods

    Methods

    • Appends an end-at clause to the query

      Parameters

      • end: EndAtClauseEnd

        Index of the document in the global query from which to start

      • included: boolean

        Whether or not to include the document matching the clause

      Returns EndAtBlock