Saxonberg Server API
    Preparing search index...

    Interface MqlMany

    Result of MqlApi.resolveMany. stuff is the full list of matches (empty array when none). via describes the attribution at the query level, present only when every match arrived through the same sub-feature path; mixed paths produce via: undefined.

    quantity carries the leading-number or formal :{N} hint when the query supplied one. See MqlQuantity.

    interface MqlMany {
        quantity?: MqlQuantity;
        stuff: Stuff[];
        via?: MqlMatchVia;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    quantity?: MqlQuantity
    stuff: Stuff[]