Our search has the following Google-type functionality:
If you use '+' at the start of a word, that word will be present in the search results.
eg. Harry +Potter
Search results will contain 'Potter'.
If you use '-' at the start of a word, that word will be absent in the search results.
eg. Harry -Potter
Search results will not contain 'Potter'.
If you use 'AND' between 2 words, then both those words will be present in the search results.
eg. Harry AND Potter
Search results will contain both 'Harry' and 'Potter'.
If you use 'OR' between 2 words, then either or both of those words will be present in the search results.
eg. 'Harry OR Potter'
Search results will contain just 'Harry', or just 'Potter', or both 'Harry' and 'Potter'.
If you use 'NOT' before a word, that word will be absent in the search results. (This is the same as using the minus symbol).
eg. 'Harry NOT Potter'
Search results will not contain 'Potter'.
If you use double quotation marks around words, those words will be present in that order.
eg. "Harry Potter"
Search results will contain 'Harry Potter', but not 'Potter Harry'.
If you use '*' in a word, it performs a wildcard search, as it signifies any number of characters. (Searches cannot start with a wildcard).
eg. 'Pot*er'
Search results will contain words starting with 'Pot' and ending in 'er', such as 'Potter'.
#gr_updates_widget{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color:#fff; border:solid #683205 10px; -webkit-box-shadow: 0px 0px 4px 1px #595959, inset 0px 0px 0px 1px #7D730B; -moz-box-shadow: 0px 0px 4px 1px #595959, inset 0px 0px 0px 1px #7D730B; box-shadow: 0px 0px 4px 1px #595959, inset 0px 0px 0px 1px #7D730B; padding:15px 0 35px 15px; width:250px; height:330px; } #gr_footer{ margin-bottom:10px; } #gr_updates_widget p{ padding:0px; margin:0; font-size:14px; } #gr_footer img{ width:100px; float:left; } #gr_updates_widget img{ border-style:none; }
|
|
|
|
|