+
        
        AND: Use to retrieve records containing all search terms.
Ejemplo: apple + orange
        
        |
        
        OR (default): Use to retrieve records containing either word.
Ejemplo: apple | orange
        
        -
        
        Exclude: Use to exclude certain items from your search.
Ejemplo: -apple
        
        "
        
        Exact: Use to obtain results with the exact wording.
Ejemplo: “fruity orange”
        
        *
        
        Prefix wild card: Use to obtain results that contain a certain prefix.
Ejemplo: app*
        
        ( )
        
        Nesting: Order of occurrence. The terms inside the parentheses are searched first.
Ejemplo: (apple + banana) | “fruity orange”
        
        ~N
        
        Truncation: Defines the number of letters that don’t have to be the same.
Ejemplo: opfal~2