A better Amazon Import module for D5.
Development release only. Don't try to use this on a production site for any reason.
Amazon Associates Web Services module
=================================
Definitions
---------------
*Amazon Associates Web Services:
Amazon's API that provides access to their catalog and associated content (reviews, prices, etc).
*Search Index:
Practically speaking, this is the type of item you're looking for. To put this in context, one type of item sometimes has a different set of fields than another type (DVDs have # of audio channels; Books do not). Thus, choosing a Search Index not only specifies what _kind_ of item you're looking for, but what fields are available to search on.
*Search Fields:
These are the fields your search is actually performed on. In the query "Search on Author for Zig Ziglar", 'Author' is the search field.
The available search fields change depending on the current Search Index -- if you're searching Books, "Number of Audio Channels" won't be an available Search Field.
Description
----------------