The following examples demonstrate some search operators you can use:
apple banana
Find articles that contain at least one of the two words.
+apple +juice
Find articles that contain both words.
+apple macintosh
Find articles that contain the word 'apple', but rank articles higher if they also contain 'macintosh'.
+apple -macintosh
Find articles that contain the word 'apple' but not 'macintosh'.
+apple ~macintosh
Find articles that contain the word 'apple', but if the article also contains the word 'macintosh', rate it lower than if article does not. This is "softer" than a search for '+apple -macintosh', for which the presence of 'macintosh' causes the article not to be returned at all.
+apple +(>turnover
Find articles that contain the words 'apple' and 'turnover', or 'apple' and 'strudel' (in any order), but rank 'apple turnover' higher than 'apple strudel'.
apple*
Find articles that contain words such as 'apple', 'apples', 'applesauce', or applet'.
"some words"
Find articles that contain the exact phrase 'some words' (for example, article that contain 'some words of wisdom' but not "some noise words").
|
|
In order to view the NComputing knowledge base, you will need to enable javascript. If you are using a tool like no-script, please allow this site to run scripts and then
Click Here to refresh the knowledge base.