Reputation: 173
I can get good results with evaluate queries on titles and author names (and interpret queries).
But what if I want to look up a paper by DOI?
I can get the DOI information of an entry by the extended metadata description (in the attributes of an existing search), but since the extended metadata is a JSON-encoded string which only supports matching, I can't work out how to use the expr field to query by DOI and get a specific paper.
Upvotes: 3
Views: 515
Reputation: 1
You can query with DOI now. However you have use capital letters for the DOI value as suggested in https://learn.microsoft.com/en-us/academic-services/project-academic-knowledge/reference-query-expression-syntax. For example, if it is 10.1016/j.stem.2015.01.015, query according to this DOI=='10.1016/J.STEM.2015.01.015'
Upvotes: 0
Reputation: 71
As DOI is not an indexed (separate) attribute, you can not searched publication by DOI now. We decided to add DOI attribute to schema, so you will be able to execute a query like /evaluate?expr=DOI='10.1159/000312628' soon.
Upvotes: 0