LD4P / qa_server

A rails engine with questioning authority gem installed to serve as an authority search server with normalized results.
Apache License 2.0
5 stars 2 forks source link

Geonames returns wrong number of records #469

Open justinlittman opened 2 years ago

justinlittman commented 2 years ago

I'm not sure if this is a more generalized problem, but https://lookup.ld4l.org/authorities/search/linked_data/geonames_ld4l_cache/place?q=p%3F&maxRecords=8&lang=en&context=true&response_header=true&startRecord=1 requests 8 records, but 9 are returned:

{
    "response_header": {
        "start_record": 1,
        "requested_records": 8,
        "retrieved_records": 9,
        "total_records": 9
    }
}