Add files via upload
This commit is contained in:
parent
dc353b14f2
commit
1c01af553e
1 changed files with 6 additions and 3 deletions
|
@ -38,11 +38,14 @@
|
|||
<div><br><br>
|
||||
<a href="/submit/">Submit a URL</a>
|
||||
</div>
|
||||
<div><br>
|
||||
<a href="/about/">About</a>
|
||||
</div>
|
||||
<p class="pin"><br><br><br><b>Search Options:</b><br><br>
|
||||
|
||||
cats +tabby (results must contain the word tabby)<br>
|
||||
"This is fun" (use quotes to find an exact match)<br>
|
||||
cats +tabby (finds 'cats', but 'tabby' must be found within)<br>
|
||||
cats -tabby (results must not contain the word tabby)<br>
|
||||
"I love you" (use quotes to find an exact match)<br>
|
||||
+cats +dogs (both must be found within the document)<br>
|
||||
<br>
|
||||
!td tornado (find within the frame of one day)<br>
|
||||
!tw tornado (find within the frame of one week)<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue