I have string 'Vick's'
that I need to pass to the cloud search using the API. But when I passing it to the API it throws an error. When I am using 'Vick's'
instead of Vick's
as a search string it is not giving exact result. The search for on the other hand 'Vick%27s'
is working fine.
When I am in the Amazon and doing some searches there, they turn out fine for "Vick's"
and "Vick\'s"
. I am using Amazing Cloud Search wrapper, which written in C#.
My question is: How to querying string with apostrophe in cloud search?