t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
366 stars 104 forks source link

Can't search for a specify artist #16

Closed masterT closed 9 years ago

masterT commented 9 years ago

Can only search by keyword.

JuanCrg90 commented 9 years ago

Hi, can you lend me a snippet of your query?

masterT commented 9 years ago

What I would like to do ItemSearch like that:

client.itemSearch({
  artist: 'Muse',
  condition: 'All',
  searchIndex: Music
}, callback);

But the artist param is not supported, but there also a lot of params that are not supported if you check in the documentation.

masterT commented 9 years ago

I'm gonna code it and make a pull request.