You are right. GAE does not support OR except in some simple cases (OR that can be rewritten as operator IN). There should be code that limits the type of allowed query on GAE with datastore.
Please open ticket and I will fix this asap. Massimo On Oct 15, 7:47 am, Casey Schroeder <vizqu...@gmail.com> wrote: > Running into the problem that GAE doesn't like the use of OR, embedded > in the use of dbset.select(left... on line 1640 in the SQLFORM.grid > definition. I assume it is because of the restriction to no joins on > GAE. > > For my purposes, i just set searchable=False as a parameter and that > fixed my problem. But for users who need it, a fix, or a change will > need to be made i think. > > Thanks