|
User Help:
Query restrictions available for use in any combination include:
- Searching for words and phrases.
- Searching for proximity of words or phrases to other words or phrases (example: "clark NEAR capital"). The search engine will look for the word "clark" near the word "capital". The distance between the two words can be up to 50 words.
- Using parameters of <, <=, =, =>, > against a constant, such as a date or file size.
- Using Boolean operators, AND, OR, AND NOT.
- Using wild cards, such as "*", "?" and regular expressions for "fuzzy" queries (example: "dev*" will bring up all words that start with "dev" including "development" and "developers")
|