When the predefined categories aren’t flexible or specific enough, you can use keywords to filter job postings, profiles, and in some cases, compensation. Keywords are matched against the original text of job postings and profiles, and are also used by Emsi Burning Glass’s compensation model to find wage observations for specific skillsets. Note that whatever text you type into the keyword box will be broken up into words using spaces and punctuation as boundaries. Letter capitalization is ignored. Very common words such as a, an, the, in, on, for, etc. — known as “stopwords” — will be ignored. Also, remember that keyword searches work together with your other filters (such as region, ONET/SOC code, and skills).
Keyword search can be extremely powerful, allowing you to filter based on intricate combinations of words and phrases if you take some time to understand the queries.
1. Default
The basic use case is to search for a series of keywords (i.e. history economics politics
); in this case the filter will require all of the keywords you entered (excluding stopwords). Alternate word tenses and plurality will match as well, so searching for politics
will match “politics”, “politic”, “political”, etc.
2. Special characters
The following characters and words have a special meaning, and may cause your search to return unexpected results or an error if not used correctly: +-"~() AND OR NOT
. In addition, the following characters are ignored in search text: []{}/\:<>^
3. Boolean expressions
Use AND
, OR
, NOT
(they must be capitalized) and parentheses to specify combinations of keywords. AND
will be evaluated before OR
if no parentheses are given. Two keywords separated by only a space will be assumed to have an AND
between them.
Example: (drone OR UAV) AND agriculture
. Matches text that contains “agriculture” and either “drone” or “UAV” (unmanned aerial vehicle).
Example: (drone OR UAV) AND NOT surveillance
. Matches text that contains either “drone” or “UAV” and that does not contain the word “surveillance”.
4. Quotes
Double-quotes mark out phrases, allowing you to incorporate phrases into larger expressions.
Example: ("degree in history" OR "degree in economics") AND "public policy"
.
5. Stopwords
All stopwords will be ignored from explicit matches. Instead they will allow for any word to take their place in order to facilitate a match. For instance, searching for "Degree in history"
will match “Degree in history”, “Degrees on history”, “Degrees about history”, etc. Searching for only stop words will not produce any matches.
It’s important to note that queries are case insensitive, so searches such as "Portland, OR"
and "System Administrator" AND IT
may not return exactly what you would expect, since “OR” and “IT” are both stop words.
6. Simple inclusion and exclusion
Place a plus sign “+” in front of any words that must be present and a minus sign “-” in front of any words that must not be present.
+drones +agriculture -surveillance
You can search for variant spellings by using the character “~” followed by a number, which we’ll call N, immediately after a word. This will search for the given word or any word that can be made with N changes to the original, where one change is (a) removing a character, (b) adding a character, (c) substituting a character, or (d) transposing two adjacent letters.
Example: theater~1
will match theater, theatre, and thaeter; but also cheater, heater, and treater.
Example: psychology~1
will match sychology, psycology, psycholgy, psycholigy, and pyschology; but not sycology.
8. Phrase Proximity
You can also search for phrase variants by using a phrase in double quotation marks followed immediately by a “~” and a number we can call N. This will search for the phrase with up to N changes to it, where a change is (a) adding a word between the original words, (b) removing a word, (c) substituting one word for another, or (d) swapping the order of two adjacent words. So the search "history degree"~2
would match “history degree” (no changes), “degree in history” (two changes: swap word order and add a word between), “history or sociology degree” (two changes: add two words between), and so on.
Let us know what specific questions we can help you with (we may even add your question to our knowledge base).
Let us know what specific questions we can help you with (we may even add your question to our knowledge base).