diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-12 21:21:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-12 21:21:14 +0000 |
| commit | 242d419f1b31755d1d1b3d1a1fd0e7bf61f7768e (patch) | |
| tree | 8ca44d22b87553e6164b6e1937aa5f37194dbee3 /doc/querylanguage.md | |
| parent | 040ea682db4df81c4888b771a785418262397e00 (diff) | |
link from example docs to query language and log format docs
Diffstat (limited to 'doc/querylanguage.md')
| -rw-r--r-- | doc/querylanguage.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/querylanguage.md b/doc/querylanguage.md index 4fffdc3..a603bd9 100644 --- a/doc/querylanguage.md +++ b/doc/querylanguage.md @@ -58,5 +58,6 @@ FUNCTION := md5sum|maskdigits *Notes:* -* `lacks` is the inverse of `contains`) +* `lacks` is the inverse of `contains` +* `rorder` stands for reverse order and is the inverse of `order` * Available fields (variables and barewords) vary from the log format used. Check out the [log format](./logformats.md) documentation for more information. |
