Search Support Help
Searches performed within the support pages include technical notes, product documentation, and support programs. (Outside of support, search includes white papers, press releases, and other product information and uses a different syntax.)
Our search engine surfaces the documents most relevant to your query using no special syntax. Every word of your query matters. You can override that behavior by using the 'OR' operator.
If your search produces too many results, you can narrow down or filter the results using the following tools.
Logical operations
- Logical AND operation. This is the default search mode.
- All terms must exist in the document
- reflection vba error
- reflection AND vba AND error
- Logical OR operation
- Return documents containing either term
- macros OR vba
- reflection 2011 OR 2008
- Logical grouping ()
- Use groupings to make more complex boolean queries
- reflection AND vba AND (2008 OR 2011)
- (ssl OR tls) reflection
Controlling the terms
- Phrase-based searching ""
- Allows an exact phrase match
- "verastream host integrator"
- Include documents with term +
- Only documents containing the term will be shown
- reflection +"tech note"
- Exclude documents with term -
- Exclude any documents containing a particular term
- reflection -2011
Filtering
- Field-based filtering
- Terms can be restricted to specific document fields: title, type, url
- luminet type:pdf
- title:"reflection 2011"
- reflection url:"2011/r2"
- Proximity search ""~n
- Find documents where words are within n words of each other
- "web configuration service"~5
- Term boosting ^n
- Make one term more important in judging the relevance of documents
- macro programming reflection^4