Search Hints:
- Search is not case sensitive,
i.e. PRINCETON is equivalent to princeton
- Consecutive spaces will be treated as a single space.
- Invalid characters are # , ' , $ , ! , and ?.
- Use a space as delimiter to require match on entire string i.e. Art Museum
- Use and to specify match containing both strings i.e. Laboratory and Foundation
- Use or to specify match containing either one string or another string i.e. Laboratory or Museum
- Use not to specify match containing either one string and not another string i.e. Museum not Laboratory
- Use parentheses to group operators i.e. Princeton and (museum or hall)
- Use weight operator *N to specify more weight on match on one string i.e. laboratory*10 or museum
|