-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved remote job search support #105
Comments
Agreed, I think we can do away with city and perhaps also province in the url entirely if its a Fully remote search. |
per discussion in #106, lets take the approach of allowing city and province/state to be None, with a default of This is valid not only for explicitly remote searches, but also for users who are interested in locating jobs anywhere in a country. I think it may also make sense to allow for globally-remote searching, but we currently dont' have the appropriate search queries for our providers (which are localised to country). I think it makes sense to leave that feature for when we implement a provider for globally-remote jobs. |
For now, probably we can just add the city and make the search radius ridiculously large. |
@Josian good point about search radius. We may also be able to exclude it from the query URL entirely. Need to look into this. |
Description
It would be great to not search by city, as even if the filter can be set for remote, the results returned are still based on city indicated.
Steps to Reproduce
funnel load -s my_settings.yaml
Expected behavior
Successfully scrape and generate .csv
Actual behavior
Traceback and ValueError if 'province_or_state' or 'city' is not included
Environment
Desktop Environment and/or Window Manager: Chrome
The text was updated successfully, but these errors were encountered: