The facebook clone application contains some code that is not supported on 
appengine:

   tokens = form.vars.name.split()

query = reduce(lambda a,b:a&b, 
[User.first_name.contains(k)|User.last_name.contains(k) for k in tokens])
people = db(query).select(orderby=alphabetical)


Is there any recommended workarount to this kind of search on gae?

Moreover http://web2py.appspot.com/friends/default/home will issue a crash 
ticket after login. Maybe it should be checked and fixed if the application 
is still online on web2py appspot.

-rif

Reply via email to