On Fri, Nov 25, 2011 at 11:46 PM, howesc <[email protected]> wrote: > looks like the exception there is because your query has an OR condition > in it, which is not supported on GAE. that sort should be in-memory and > should work fine. >
I found, the error was because of the use of contains() in query -- Bruno Rocha [http://rochacbruno.com.br]

