aws / aws-sdk-php

Official repository of the AWS SDK for PHP (@awsforphp)
http://aws.amazon.com/sdkforphp
Apache License 2.0
6k stars 1.22k forks source link

Cant to use expr.distance #861

Closed Dacascas closed 8 years ago

Dacascas commented 8 years ago

Cant to use expr.distance

I need to use distance expression which is described in - http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-locations.html But code dont support this kind of Expression.

http://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.CloudSearchDomain.CloudSearchDomainClient.html#_search

jeskew commented 8 years ago

The CloudSearchDomain client only covers a subset of the API. For more specialized use cases, you can use the SDKs signers to sign an arbitrary PSR-7 request with your AWS credentials.

Hope that helps!

jeremeamia commented 8 years ago

Sounds like this should find it's way to the docs or blog.

Dacascas commented 8 years ago

Yes, big thanks I think its help