[web2py] Re: sqlform.grid default search value

2014-09-07 Thread Oli
try this little app: https://w2p.pythonanywhere.com/defaultSearch/default/index no search:https://w2p.pythonanywhere.com/defaultSearch/default/index with search: https://w2p.pythonanywhere.com/defaultSearch/default/index?keywords=Bill Am Freitag, 5. September 2014 15:13:58 UTC+2 schrieb

[web2py] Re: sqlform.grid default search value

2014-09-06 Thread Douglas Campbell
I had tried that, but I can not get a route to work that would automatically redirect me to ?keywords=something I tried adding it to routes.py but it just ignores everything after the '?'. Any tips for getting a route to work that redirects me to the keyword URL? On Friday, September 5, 2014

[web2py] Re: sqlform.grid default search value

2014-09-05 Thread Oli
yes, for example if you have a sqlform.grid you can define the search as keyword in the URL. > https://SERVER/application/controller/function?keywords=table.field+starts+with+%22A%22 Am Donnerstag, 4. September 2014 23:37:53 UTC+2 schrieb Douglas Campbell: > Is it possible to have a default