Search syntax
Top  Previous  Next


·The search is not case sensitive.  
·An asterisk after the text to match searches for strings beginning with the text specified.  
·An asterisk in front of the text to match searches for strings ending with the text specified.  
·An asterisk both in front of and after the text to match searches for strings with the text in any position.  

Enter
...to search for...
bill
"bill" (exact match)
bill*
all words starting with "bill"
*bill
all words ending with "bill"
*bill*
all words with the substring "bill" in them