[web2py] Re: Filtering through a selected group of entities with a search function

2019-03-18 Thread mostwanted
Thanks for that assistance on sessions *@ *Константин Комков, On Monday, March 18, 2019 at 9:46:14 AM UTC+2, Константин Комков wrote: > > Did you write that in db.py? > > session .connect(request >

[web2py] Re: Filtering through a selected group of entities with a search function

2019-03-18 Thread Константин Комков
Did you write that in db.py? session .connect(request , response , db_app, masterapp=None) -- Resources: - http://web2py.com -

[web2py] Re: Filtering through a selected group of entities with a search function

2019-03-18 Thread mostwanted
I am thinking i could use a session to capture the initial user's service search which i would carry forward now in a session and make it a part of my database query, something like below: CONTROLLER: def ajaxlivesearch(): keywords = request.vars.keywords print "Keywords: " +