Fulltext Search
- use the search type "contains" to obtain the highest number of hits
- use the search type "exact" if the whole field has to match your searchword/phrase.
- the joker * means no or any number of any character to find parts of words.
- the joker ? means exactly one of any character if you do not know the exact spelling of a word.
- Use the search type "boolean" to perform simple Boolean operations with the terms 'AND', 'OR', 'AND NOT'.
Brackets are not recognized as operators. Words not separated by Boolean operators are treated as phrases.Wildcards (*) are added to the beginning and ending of every searchword/phrase automatically.example 2: 1.1.1.2 AND NOT 1.1.1.21 AND NOT 1.1.1.23 finds all datasets that contain 1.1.1.2 but not 1.1.1.21 and 1.1.1.23