[web2py] Re: Help with Patterns

2016-08-29 Thread Anthony
You might also consider putting these parameters in a query string rather than the URL path. That way, you could simply exclude parameters that are not being used for a given query (in web2py, missing query string variables will simply have the value None -- for example, if you attempt to

[web2py] Re: Help with Patterns

2016-08-29 Thread Niphlod
are you talking about a general idea for the api ? I'd use 'all' ... On Monday, August 29, 2016 at 2:41:16 AM UTC+2, Diego Marinho wrote: > > I have this pattern: > > > "/jobs/year-start/{jobs.year_start.year}/amount-range-id/{jobs.amount_range_id}/neighbourhood-id/{jobs.neighbourhood_id}" > > I