• Makes a query skip documents after or before a certain value of a field the query was ordered with.

    Parameters

    • queryID: string

      The query to add the filter to.

    • value: number

      The value of the field ordered by.

    • before: boolean

      If set to true, all documents before the document are skipped, else all documents after it are skipped.

    • includeSelf: boolean

      If set to true, doesn't skip the document.

    Returns void