[web2py] Re: GET queries other than ID

2017-04-30 Thread David Shavers
Hey, Anthony here is the finished product of what i was working on. It's an android app that lets you rent out your property to strangers. The payments and database are handled by web2py. https://play.google.com/store/apps/details?id=com.jbtus.daybyday=en=downloadatoz.com Also, how do i do

[web2py] Re: GET queries other than ID

2017-04-24 Thread David Shavers
Sweet, thanks! -- 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"

[web2py] Re: GET queries other than ID

2017-04-24 Thread Anthony
On Monday, April 24, 2017 at 3:15:48 PM UTC-4, David Shavers wrote: > > Hey Anthony, > > Thanks for replying. So what you're saying is that the auto generated > value for cost_per_night is trying to get me to put in two integers and > that the resulting json will be a range withing those two?

[web2py] Re: GET queries other than ID

2017-04-24 Thread David Shavers
Hey Anthony, Thanks for replying. So what you're saying is that the auto generated value for cost_per_night is trying to get me to put in two integers and that the resulting json will be a range withing those two? For example: the link you posted would give me all of the values between 25 and

[web2py] Re: GET queries other than ID

2017-04-24 Thread Anthony
On Friday, April 21, 2017 at 3:12:00 PM UTC-4, David Shavers wrote: > > /room-owner/cost-per-night/{room_owner.cost_per_night.ge}/{ > room_owner.cost_per_night.lt} > /room-owner/cost-per-night/{room_owner.cost_per_night.ge}/{ > room_owner.cost_per_night.lt}/:field > Notice the pattern for