Tom Kistner wrote:
> Read the docs to find out what it can do. Pasted below for your
> convinience.
Replying to myself:
There is no usage section in the docs, but the usage is more or less
intuitive.
One important detail: When searching for strings (addresses, hostnames
etc.), you must use SQL wildcards if you only specify a substring.
% Matches any string of zero or more characters.
- Matches any one character.
Just searching for a substring without wildcards will not yield a result.
/tom