I will transform all words to don't use accents at all (using mybe a
simple 'string'.replace() method for example when saving). Plain words
only. If you have currently a lot of data you can use MapReduce, and
from now use words without accents.

On 18 feb, 12:16, Sahid Orentino Ferdjaoui <sahid.ferdja...@gmail.com>
wrote:
> Hello all,
>
> db.GqlQuery("SELECT * FROM MyModel WHERE prop >= :1 AND prop < :2", "abc",
> u"abc" + u"\ufffd")
>
> I used this to make a search. But if the string has an accent. That don't
> work. may be you have a solution for me?
>
> --sahid

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to