Site Search
- Common words such as: a, the, is, and where are ignored
-
Require multiple terms by separating them with 'AND'
- john AND murphy AND bollinger AND bands
-
Require a search term by starting it with a '+'
- john +murphy Results contain 'murphy' and may or may not contain 'john'
- +john +murphy Results contain 'john' and 'murphy' (in any order)
-
Prohibit a search term by starting it with a '-'
- john -murphy Results contain 'john' and not 'murphy'
- -murphy All documents not containing 'murphy'
- john price -murphy Results contain 'john' and/or 'price' and not 'murphy'
-
Require an exact match by wrapping a phrase in double quotes
- "anticipates signal line crossovers"
- "anticipates signal line crossovers" murphy Exact match of words in quotes OR 'murphy'
- "anticipates signal line crossovers" +murphy Exact match of words in quotes OR 'murphy'
- "anticipates signal line crossovers" AND murphy Exact match of words in quotes AND 'murphy'
- "anticipates signal line crossovers" -murphy Exact match of words in quotes and NOT 'murphy'
-
Wildcard search
- *50r matches $DOWA150R, $DOWA50R, $NAA150R, etc.
