Not Monitored
Tag not monitored by Microsoft.
42,988 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The following query expression was passed to the Microsoft Academic API and was successful:
And(OR(Pt='1'),AND(W='graphene'),OR(W='corrugation',W='corrugations',W='corrugated'))
Yet, a similar query that includes a wildcard fails to retrieve any record, which leads me to conclude that the API doesn't recognize the standard wildcard syntax:
And(OR(Pt='1'),AND(W='graphene'),OR(W='corrugat*'))
Is there a way of doing wildcard searches through the Microsoft Academic API or is this an unsupported feature?