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.
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.resolveOnepicks[0](or null);MqlApi.resolveManyreturns the full array. Both call this same code path.Quantity hints (natural-language
2 Xlenient and formal:{N}strict) are carried out-of-band via resolveWithQuantity;resolveexists for callers that don't need the quantity and just want the match list.