| Below you will find some search examples : |
| These entries in the searchfield |
will lead to the following documents |
horizontal OR compressor horizontal , compressor |
will find all documents, in which the words 'horizontal' or 'compressor' will occur. |
| horizontal AND compressor |
will find all documents, in which the words 'horizontal' and also 'compressor' will occur. |
| horizontal NOT compressor |
will find all documents, in which the words 'horizontal' but not 'compressor' will occur. |
horizontal AND compressor NOT scroll (horizontal AND compressor) AND (NOT scroll) |
will find all documents, in which the words 'horizontal' and also 'compressor' but not 'scroll' will occur. |
| horizontal compressor |
will find all documents, in which the exact word combination 'horizontal compressor' will occur. |
| in general, large and small case letters do not matter. This means, that searchstrings like 'HORIzontal' or 'horiZonTaL' will find the same documents. |
| Partwords or abbreviations will not be recognized. This means that searchstrings like 'horizont' or 'hori' will not find documents containing the word 'horizontal'. |