change rules :
- search command will search using pattern (None accepted) - ls command will display result of advanced search
This commit is contained in:
parent
e2476bfb0e
commit
33641953fc
12 changed files with 360 additions and 292 deletions
|
|
@ -36,7 +36,7 @@ class LolixBrowser(BaseBrowser):
|
|||
'%s://%s/offre.php\?id=(?P<id>.+)' % (PROTOCOL, DOMAIN): AdvertPage,
|
||||
}
|
||||
|
||||
def search_job(self, region=None, poste=None, contrat=None, limit_date=None):
|
||||
def advanced_search_job(self, region=None, poste=None, contrat=None, limit_date=None):
|
||||
data = {
|
||||
'mode': 'find',
|
||||
'page': '0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue