-
@thawk55 fixed an error with the
parser
/qparser
search option builder in #3. -
Cleaned up a couple of warnings that show up on modern versions of Elixir.
-
Add
ExAws.CloudSearch.Config
functions to hit the CloudSearch config API. All of the APIs have been written to the specification of the CloudSearch documentation, but only a few have been meaningfully tested. They may not work. -
Add
ExAws.CloudSearch.Document
functions to add and remove documents from the index. These have been tested live and should work. -
Add
ExAws.CloudSearch.suggest/{2,3}
for suggestion queries.
- Search options are supposed to be optional. Provided a default for
ExAws.CloudSearch.search/2
, making itExAws.CloudSearch.search/{1,2}
.
- Initial release with basic search support.