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

New Indexing: GEONAMES returns 1000 results instead of the requested 8 #413

Closed elrayle closed 3 years ago

elrayle commented 3 years ago

@eichmann The following curl requests 8 records, but gets back 1000.

curl -L -D - -H 'Accept: application/n-triples' 'http://wintermute.slis.uiowa.edu:8081/ld4l_services/geonames_batch.jsp?query=New%20York%20City&entity=all&maxRecords=8&startRecord=1&lang=en'
eichmann commented 3 years ago

Patch in place.

elrayle commented 3 years ago

Confirmed