Skip to content

v0.2.0: Work detail fetch, research resources, Solr quote fixes

Choose a tag to compare

@cyanheads cyanheads released this 31 May 02:15
v0.2.0
4e6f034

Work detail fetch, research resources, Solr quote fixes

Two new tools expand the ORCID surface; Solr quoting fixes correct name matching for both search and resolve tools.

Added:

  • orcid_get_work_detail — full work record by put-code: abstract, contributors with CRediT roles, complete external IDs, citation, journal, URL (#5)
  • orcid_get_research_resources — lab equipment, clinical registrations, institutional facilities (#5)
  • orcid_get_works — now exposes put_code per work, enabling the list → detail chain (#5)

Changed:

  • researcher-works resource — non-existent/private iDs now surface notFound() instead of a raw upstream error (#8)

Fixed:

  • orcid_resolve_researchergiven-and-family-names Solr clause is now quoted; unquoted names OR-matched tokens, returning wrong candidates and inflated numFound (#4)
  • orcid_search_researchersgiven_name and family_name values are now quoted; multi-word names (Mary Ann, Van Damme) now phrase-match correctly (#9)

219 tests pass; bun run devcheck clean.