Re: [web2py] 'this or that' request with a url

2010-11-23 Thread Lorin Rivers
Jonathan, Sweet! That set me on the right path! ../?foo="something"&bar="something_else"&other="this"&other="that" gives me what I want, which is: request.var['foo']: "something" request.var['bar']: "something_else" request.var['bar']: ["this", "that"] On Nov 23, 2010, at 9:34 , Jonathan Lun

Re: [web2py] 'this or that' request with a url

2010-11-23 Thread Jonathan Lundell
On Nov 23, 2010, at 6:28 AM, Lorin Rivers wrote: > > How can I perform an 'OR' request with a url? Or pass a list using a url? > > I have 'AND' figured out… I'm not quite sure what you're asking here, but I'm guessing that you're interpreting the '&' in a query string as 'and'. But it's not; it