Well, simply deunicoding/asciifying the strings will have to do.

On Friday, January 2, 2015 8:58:53 AM UTC+1, Jaroslav Záruba wrote:
>
> Hello
>
> For optimization purposes (within browser) I need to mimic whatever 
> processing is done to the "needle" string before it is matched against the 
> indexes.
> Basically it means to translate "weird" characters into their "boring" 
> (and lowercase) representations:
>
>    - ř,Ř => r
>    - ě,é,ë,Ě,É,Ë => e
>    - ...
>
> What approach should I take to get as close as possible to what the Search 
> API does?
>
> Cheers
>   Jarda
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to