1
0
Fork 0

- update documentation.

This commit is contained in:
cage 2024-06-16 14:41:39 +02:00
parent 4ac6909690
commit 810759bd6b
2 changed files with 4 additions and 4 deletions

View File

@ -778,7 +778,7 @@ The database containing posts fetched from the server can be searched using a si
.RS
.nf
\fC
*where* criteria *into* folder-name
*where* criteria [*into* folder-name]
\fP
.fi
@ -862,7 +862,7 @@ You can use \fC< > = != <= >= like\fP operators for comparison and the two logic
Note that the right hand side of the operator must be wrapped in quotes.
.PP
The results are saved in the folder specified after the clause \fIinto\fP, note that the folder name can not contains spaces.
The results are saved in the folder specified after the clause \fIinto\fP (if omitted a default folder name is used), note that the folder name can not contains spaces.
.SS "Posts window"
.TP

View File

@ -420,7 +420,7 @@
#+BEGIN_SRC text
*where* criteria *into* folder-name
*where* criteria [*into* folder-name]
#+END_SRC
@ -471,7 +471,7 @@
Note that the right hand side of the operator must be wrapped in quotes.
The results are saved in the folder specified after the clause /into/, note that the folder name can not contains spaces.
The results are saved in the folder specified after the clause /into/ (if omitted a default folder name is used), note that the folder name can not contains spaces.
** Posts window