add parameter 'nb_rooms' in queries
This commit is contained in:
parent
825dc0b5b1
commit
b6379f7f37
9 changed files with 71 additions and 7 deletions
|
|
@ -145,6 +145,7 @@ class Flatboob(ReplApplication):
|
|||
query.area_max = self.ask_int('Enter max area')
|
||||
query.cost_min = self.ask_int('Enter min cost')
|
||||
query.cost_max = self.ask_int('Enter max cost')
|
||||
query.nb_rooms = self.ask_int('Enter number of rooms')
|
||||
|
||||
self.change_path('/housings')
|
||||
for backend, housing in self.do('search_housings', query):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue