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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
