Tell me, please, how to solve the next question. During a search by organization with the help of searchControl, the found objects are displayed on the map. But initially on the map (and as a result of the searchControl.getResultsArray () method), not all possible objects that satisfy the query are found, but only a part (the first 20). In order to display all the objects you need to click on the "10 more results" button. The searchControl.getResultsArray () method also finds only the first 20 results.
How to make it so that immediately on the map and (as a result of the searchControl.getResultsArray () method, all possible results are displayed that satisfy the query?