Search Guides

  1. AND / Boolean
  2. OR / Boolean
  3. NOT / Negators:
    - E.g. "arbitration NOT contract NOT stay"
    - NOT is repeatedly added before each phrase to be excluded
    - NOT is added last, after the main clauses
  1. ! or * / Wildcard symbols

    - E.g. "princ!" / "princ*"
    - E.g. matches princess, principle, principal
  2. NEAR / Distance (remove commas except last):

    E.g. "contract w/3 arbitration"
    E.g. "NEAR(contract arbitration, 3)"
© Wan Zafran Pawancheek / Foong Cheng Leong. All rights reserved.