 |
|
|
Current Location: Site Search
|
Site Search
|
|
|
Enter search parameters to search documents for keywords.
Note: The default search without any logic modifiers will match any of the words entered. The search is not case sensitive.
Supported Boolean Operators:
NOT - use the keyword NOT to exclude the next word
AND - use the keyword AND to require the word before and after the AND
OR - use the keyword OR to include either the word before or after
Supported Reg Ex Operators:
[range] - character range. Examples: [0-9], [a-z], [0-9a-z]
{quantifier} - how many to match. See below for valid samples
- {n,m} - must occur at least n times but no more than m times
- {n,} - must occur at least n times
- {n} - must occur exactly n times
- {*} - must occur zero or more times
- {+} - must occur one or more times
Examples:
Zilka Kotab - this will return all docs that match on either ZILKA or KOTAB
Zilka AND Kotab - this will return all documents that contain both ZILKA and KOTAB
Zilka AND Kotab NOT practice - this will return all documents matching ZILKA and KOTAB which do NOT contain the term PRACTICE
Display AND US66[0-9]{5} - this will return all docs that contain the word display and US66***** where the * is a number.
US[0-9]{*} - this will return all docs that contain US* where * is zero or more numbers.
|
|