The README for this repo says:
You can search by keyword and/or by any combination of field values, and apply sorting.
However, the Catalog API docs for /records/search don't list a sort param. There is a tantalizing hint that such a param exists, in that searchAfter says "Not compatible with sort, or page parameters."
Fortunately, my guess of sort=naId worked. But really, this behavior needs to be documented.
The README for this repo says:
However, the Catalog API docs for
/records/searchdon't list asortparam. There is a tantalizing hint that such a param exists, in thatsearchAftersays "Not compatible with sort, or page parameters."Fortunately, my guess of
sort=naIdworked. But really, this behavior needs to be documented.