| Search String | Search Results |
|---|---|
| software engineer |
Search for the words software and engineer. As long as at least one of these terms
shows up in a job description, then that job will be included in the results.
Will find results such as "writes software in Java", "design engineer needed", and "writes software and works with the hardware engineer" |
| software AND engineer |
Search for the words software and engineer. Because of the AND keyword, both terms
must be present in a job description for it to show up in the results.
Will find results such as "writes software and works with the hardware engineer" but will not match strings such as "writes software in Java" or "design engineer needed" since these strings do not contain both of the terms software and engineer. |
| +software +engineer | An alternate way of specifying the previous search. |
| "software engineer" |
Search for the string software engineer.
Will find results such as "Rockstar software engineer needed" but will not match the string "writes software and works with the hardware engineer" since the words software and engineer do not appear consecutively. |
| ruby NOT "ruby on rails" | Search for jobs whose descriptions contain the word ruby but which do not contain the string ruby on rails. |
| ruby -"ruby on rails" | An alternate way of specifying the previous search. |
| "ruby on rails" OR (django AND python) | Search for jobs whose descriptions either contain the string ruby on rails or contain the words django and python |