# Normal Search


NormalSearch allows you to search for any number of words. It has the following settings.

  1. AND
    This is the default operator between search terms for NormalSearch. Using this operator implies that all the words must occur within any page of a document.
        → Eg. gold vein quartz tourmaline will search for the words gold and vein and quartz and tourmaline within the same page. All these words must occur on one page.

  2. OR
    Using this operator implies that any one or more of the words must occur within any page of a document.
        → Eg. gold vein quartz tourmaline will search for the words gold or vein or quartz or tourmaline within the same page. Any one or more of these words can occur within a page.

  3. Fuzzy
    Using this setting accounts for different variations in spellings for the search terms. The higher the fuzzy level the greater the greater the variation in words between the input search terms and the words in the documents.
        → Eg. hematisation with Fuzzy turned on will search for all different ways in which word might be spelt. Eg. hemasiafion, hematitision..etc

  4. Filters
    See Filters for additional information.