: I tried bq=resourceType:Premium%20Forms^10. But it didn't make any : difference. : You can see the results here:
look at the parsedquery_toString in the debug section of your responses. the space in your value makes it parse as resourceType:Premium text:form^10 try bq=resourceType:"Premium%20Forms"^10 -Hoss