How to retrieve all entities of a certain type from the KG

Hi, I’m building a Locator page in React for one of our customers. When you land on the page, they want to display the entire map of the country, with all the locations marked (I’m using clusters to group locations in the same area). Everything is set up correctly, and works as expected, however at the moment I can only display up to 50 locations. I’m using Search Headless in combination with a static filter. The 50 locations is a limit from the API from what I understand. How can I retrieve all locations instead?

1 Like