Google CustomSearch 忽略 imgType?

Google CustomSearch ignores imgType?

似乎使用 google CSE api 总是忽略我的 imgType 属性,即使通过他们的 official API test page.

我的要求是:

{
    "q": "Maimi Yajima",
    "cx": "014585077406021600032:tu4nwhtmr5q",
    "searchType": "image",
    "imgType": "clipart"
}

但即使更改 imgType 我总是得到相同的结果。

我哪里错了?

尽管 Google 未确认,这很可能是一个错误,或者 Google 故意破坏 imgType 参数而不更新其文档。