hat_13

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hat_13 [2014/05/06 11:51] barbarahat_13 [2017/12/01 16:35] (current) – external edit 127.0.0.1
Line 29: Line 29:
 instance of Delphi. instance of Delphi.
 \\ Example \\ Example
-    Java not Delphi     +    Java and not Delphi     
  
 **or**\\ \\  **or**\\ \\ 
Line 67: Line 67:
 You can use any relational operator =  >  <  >=  <= You can use any relational operator =  >  <  >=  <=
  
 +\\ Example
     java and @hitcount>        java and @hitcount>   
 will only return records with more than 2 counts of java will only return records with more than 2 counts of java
Line 73: Line 74:
  
 will only return records with equal to or less than 3 counts of java developer will only return records with equal to or less than 3 counts of java developer
- 
- 
-To use specially treated characters such as &, |, ^, #, @, $, (, ), in a query, enclose your query in quotation marks ("). 
- 
-To search for a word or phrase containing quotation marks, enclose the entire phrase in quotation marks and then double the quotation marks around the word or words you want to surround with quotes.  
-\\ Example 
-    "World-Wide Web or ""Web"""  
-searches for World-Wide Web or "Web"     
  
 The wildcard character (*) can match words with a given prefix.  The wildcard character (*) can match words with a given prefix. 
Line 86: Line 79:
     esc*          esc*     
 matches the terms "ESC" "Esc." "escape" "escapade" and so on. matches the terms "ESC" "Esc." "escape" "escapade" and so on.
 +
 +Or (%%**%%) will match words based on the same stem word
 +\\ Example
 +    fly**    
 +Matches based on the same stem as “fly,” such as “flying,” “flown,” “flew,” and so on
 +
 +**Further tips**
 +\\ You can add parentheses to nest expressions within a query. The expressions in parentheses are evaluated before the rest of the query.
 +
 +\\ Use double quotes (“) to indicate that a Boolean or NEAR operator keyword should be ignored in your query. For example, “Abbott and Costello” will match pages with the phrase, not pages that match the Boolean expression. In addition to being an operator, the word and is a noise word in English.
 +
 +\\ To use specially treated characters such as &, |, ^, #, @, $, (, ), in a query, enclose your query in quotation marks (").
 +
 +\\ To search for a word or phrase containing quotation marks, enclose the entire phrase in quotation marks and then double the quotation marks around the word or words you want to surround with quotes. 
 +\\ Example
 +    "World-Wide Web or ""Web""" 
 +searches for World-Wide Web or "Web"
  
  
 Go back to [[hints_and_tips|Hints, Tips & Shortcuts]] Go back to [[hints_and_tips|Hints, Tips & Shortcuts]]
  • hat_13.1399377095.txt.gz
  • Last modified: 2017/11/16 21:56
  • (external edit)