GAE has a ListPropery and IS_IN_DB(...,multiple=True) does not use it but uses '|2|34|45|' instead for portability over relational databases and GAE.
Should there be a web2py type 'list' that hides all of this and uses ListProperty on GAE and provides simpler query syntax in this case? Massimo