The following reqest to search company officers returns response with HTTP status 416 (Request Range Not Satisfiable).
GET /search/officers?q=John+Smith&items_per_page=100&start_index=301
The same request with start_index <= 300 works fine. This seems to have changed recently as we used to paginate further than this in the past (last used a few weeks ago).
Is this a known issue? It causes problems for us as when searching for a common name (like John Smith) we often need to paginate further than 300 results to find the right result.