Search ignoring accent in AWS CloudSearch

2

I'm using AWS Cloudsearch, and my question is about how I perform a simple search, such as "bone", and it returns the records that contain "cap", or "tennis" and return the records with "sneakers".

I read in Amazon's documentation that it treats it naturally, but that is not happening. (Read in: link )

    
asked by anonymous 14.07.2014 / 19:08

1 answer

1

You need to set up CloudSearch. Take a look at stemming options and check the language options. If everything is correct, you are probably not logged in with the access token.

    
27.08.2014 / 20:52