Index: amazon_store.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/amazon_store/amazon_store.module,v
retrieving revision 1.8.2.14
diff -u -r1.8.2.14 amazon_store.module
--- amazon_store.module	17 Oct 2010 22:52:15 -0000	1.8.2.14
+++ amazon_store.module	11 Jan 2011 00:41:36 -0000
@@ -1940,7 +1940,7 @@
   }
 
   foreach ($attributeValue as $value) {
-    $link = l((string)$value, 'amazon_store', array('attributes' => array('rel' => 'nofollow'), 'query'=> array((string)$attributeType => (string)$value, 'SearchIndex' => $search_index)));
+    $link = l((string)$value, 'amazon_store', array('attributes' => array('rel' => 'nofollow'), 'query'=> array('Keywords' => (string)$value, 'SearchIndex' => $search_index)));
     if ($multi) {
       $link = "<li>$link</li>";
     }

