question

MichaelGauci-3904 avatar image
0 Votes"
MichaelGauci-3904 asked saldana-msft edited

Syntax error for Microsoft Academic query with wildcard

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?

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers