How do I search a CloudSearch domain using the AWS-SDK for Javascript?

I cannot find an API call to search the search domain in the AWS-SDK documentation for NodeJS / JavaScript.

CloudSearch Developer Guide suggests using the AWS-SDK to do search queries, but I can't find any API call in the sdk

Link to AWS-SDK documentation: http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CloudSearch.html

+3


source to share


1 answer


I found the answer to my question. "CloudSearchDomain" is in a different section, separate from "CloudSearch". I feel stupid



http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CloudSearchDomain.html

+4


source







All Articles