- DATE:
- AUTHOR:
- Dimensions product team
Analytics API, Version 2.9.0
New fields
document_type
is now a searchable and returnable field for the publications data source. For example, you can now dosearch publications where document_type in ["RESEARCH_ARTICLE", "CONFERENCE_PAPER"] return publications[document_type]
and can also use this field in faceting, e.g.
search publications return document_type
active_status
is now a searchable field in the grants data source. This can be used for filtering, e.g.search grants where active_status = "Ongoing" return grants
and can also be used for faceting e.g.
search grants return active_status
Functions
The Fields of Research 2008 (
FOR_2008
) classification system is no longer a valid value for the system argument of theclassify
function, so for example this will raise an errorclassify(title="Jabberwocky", abstract="Twas brillig, and the slithy toves did gyre and gimble in the wabe", system="FOR_2008")
Other classification systems are still available.
FOR
andFOR_2020
are now equivalent.
Documentation changes
Updated documentation around how to do successful complex boolean queries
Updated instructions for connecting to the API via Postman
Clarified what limits apply to API usage
Other updates
Improved the error message when trying to
unnest
a field that can'tunnest
Updated dependencies to resolve security vulnerabilities