|
|
 |
|
Search
options allowed:
|
|
word1
word2
|
returns
files containing both word1 and word2, including nested in
longer words
|
|
word1
| word2
|
returns
files containing word1 or word2 or both
|
|
!word1
|
returns
files not containing word1
|
|
"this
is a string"
|
returns
files containing the literal string: this is a string
|
|