Query LanguageThe text search engine allows queries to be formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT, and grouped with parentheses. Wildcard characters _ (underscore) and % (percent sign) can also be used. For example: |
| viscoelastic fluid | |
| finds documents containing the phrase 'viscoelastic fluid' | |
| viscoelastic or fluid | |
| finds documents containing 'viscoelastic' or 'fluid' | |
| viscoelastic and fluid | |
| finds documents containing both 'viscoelastic' and 'fluid' | |
| viscoelastic not fluid | |
| finds documents containing 'viscoelastic' but not 'fluid' | |
| (viscoelatic not fluid) and solid | |
| finds documents containing 'solid', plus 'viscoelastic' but not 'fluid' | |
| viscoelastic_fluid | |
| finds documents containing 'viscoelastic fluid', 'viscoelatic-fluid', ... Each underscore (_) can match any one character. | |
| viscoelastic%fluid | |
| finds documents containing 'viscoelastic fluid', 'viscoelasticity and fluid', ... The percent sign (%) is used to match any number of characters. | |
[Home][Schedule][Session][Title Search][Authors][Log Out]
Developed by Albert Co, The Society of Rheology Please e-mail suggestions and comments to albertco@umche.maine.edu. Application Version: June 2003 |