That is possible. Jim
On Mar 9, 2017 6:39 PM, "Anthony" <[email protected]> wrote: > On Thursday, March 9, 2017 at 5:08:56 PM UTC-5, Jim S wrote: >> >> queries = [db.auth_user.id > 0] >> queries.append("%s LIKE '%%%s%%'" % (db._adapter.CONCAT('first_name', ' >> ', 'last_name'), searchText) >> > > I guess you must have pulled a more recent version version of web2py from > Github (i.e., after the last stable release) -- looks like pydal was > refactored and CONCAT is no longer there. > > Anthony > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/web2py/3RnGSoUbxxY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

