Term presence. The below example searches for documents that
must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
Wildcards. The below example searches for documents with words beginning with “foo”: foo*
Search in specific fields. The following search matches all objects
in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'.
Last two fields are only applicable if "search in docstrings" is enabled.
Fuzzy matches. The following search matches all documents
that have a word within 1 edit distance of “foo”: foo~1
{'6000': 'Klimastufe nicht erkennbar (-)',
'6100': 'Klimastufe 8° C und darüber (a)',
'6200': 'Klimastufe 7,9° - 7,0° C (b)',
'6300': 'Klimastufe 6,9° - 5,7° C (c)',
'6400': 'Klimastufe 5,6° C und darunter (d)'}