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?

  • You should add a little code and a tag with a programming language. - 0x666c 2:43
  • Search does not allow to unload all-all objects. This is done on purpose, because This is a search service (to choose the most appropriate option), and not access to the catalog of objects. What is your task? - Reni

0