I have a site accessing Drupal using the json-rpc module but I quickly realised the search service is unusable. It doesn't support the concept of paging results; it only gives back what it finds. Does anyone know of an alternative (service or otherwise) that will let me search content and receive paged results over json-rpc?

Thanks