Saxonberg Server API
    Preparing search index...
    • Resolve a query string against a context, returning the full list of matches (sorted, deduped). Higher-score matches first; insertion order is the secondary tiebreak.

      MqlApi.resolveOne picks [0] (or null); MqlApi.resolveMany returns the full array. Both call this same code path.

      Quantity hints (natural-language 2 X lenient and formal :{N} strict) are carried out-of-band via resolveWithQuantity; resolve exists for callers that don't need the quantity and just want the match list.

      Parameters

      Returns MqlMatch[]