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?