fossjobs
fossjobs copied to clipboard
Searches need word boundaries. E.g. searching for “C” should not list all jobs where “C” is part of another word.
If you search for “C”, a listing that contains “GCP” (or any word containing a «c» regardless of case) will be in the results. If you search for “Ada”, there is not a single job that involves Ada, but many jobs that call for candidates who are “ADAptable”.
The typical problem is that searching for “Ada” on most job sites results in listings that mention:
- American Disabilities Act
- American Dental Association
- Australian Disability Association?
Which are due to all job search engines being case insensitive. FOSSjobs is even worse because it’s not even using word boundaries. If grep is used, a search for “C” should have a query of “\<C\>
”, and it shouldn’t necessarily be grep -i
.
Duplicate of #56 :) Network issues perhaps?
Not sure how that happened. I recall it was just one click to submit but it created two dupe issues in the same click.