You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Locations, such as city-names could be extracted and added as facet.
A toot does not have location data, but city-names, or areas or agglomarations might show up in the toot. As well as the word "remote".
We could use a database with city-names, and check against that. Some false positives might occur, such as city called "job" that might show up. For that we might need a follow-up feature to deny certain "cities".
When I index this, and I search for "java"
Then I expect a block "region" to appear with the facets "Grand Est", "Nancy", "Metz" and "Luxembourg"
Given a toot with content:
I have an immediate hire position for a Major Incident Manager through TCS. It's fully remote, working for Walgreen's. I'm being moved off the team to another project and need a replacement. #GetFediHired
When I index this, and I search for "TCS"
Then I expect a block "region" to appear with the facet "remote"
If yes, localize it. As a german speaking user I don't feel addressed by the job search.
... Flockingbird @flockingbird
@flockingbird I'd expect a german user interface with a filter based on german cities/regions. With the filter applied only toots appear that advertise jobs in that region. For the language of the toots itself I have no preference. I'd recommend not to exclude english toots that contain job descriptions for jobs in german cities since this is pretty common.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Locations, such as city-names could be extracted and added as facet.
A toot does not have location data, but city-names, or areas or agglomarations might show up in the toot. As well as the word "remote".
We could use a database with city-names, and check against that. Some false positives might occur, such as city called "job" that might show up. For that we might need a follow-up feature to deny certain "cities".
given a toot with content:
When I index this, and I search for "linke"
Then I expect a block "region" to appear with the facet "Berlin"
Given a toot with content:
When I index this, and I search for "java"
Then I expect a block "region" to appear with the facets "Grand Est", "Nancy", "Metz" and "Luxembourg"
Given a toot with content:
When I index this, and I search for "TCS"
Then I expect a block "region" to appear with the facet "remote"
The text was updated successfully, but these errors were encountered: