Rasterex Web SDKAPI client referenceDocumentCallback EventsGUI_NumMathcesOn this pageGUI_NumMathcesConnection callback that returns the number of matches for a text search. Related method RxCore.textSearch Callback Parameters nummatches: number: The number of matches to a search expression. Example RxCore.GUI_NumMathces.connect(function (nummatches) { console.log(nummatches, "matches found"); });