From 3b9d3770f467086ebd9c221e20581de84c7a6c1d Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Mon, 24 Nov 2014 23:12:50 +0100 Subject: [PATCH] [boobcoming] add search by summary --- weboob/applications/boobcoming/boobcoming.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weboob/applications/boobcoming/boobcoming.py b/weboob/applications/boobcoming/boobcoming.py index 142485bb..39a62f3a 100644 --- a/weboob/applications/boobcoming/boobcoming.py +++ b/weboob/applications/boobcoming/boobcoming.py @@ -214,6 +214,7 @@ class Boobcoming(ReplApplication): if query.categories and len(query.categories) > 0: query.city = self.ask('Enter a city', default='') + query.summary = self.ask('Enter a title', default='') start_date = self.ask_date('Enter a start date', default='today') end_date = self.ask_date('Enter a end date', default='')