If you wish to list all the documents in an index, call IDBFunction with "LIST" as its parameter
| Parameter | Description | | ALPHA | List documents in alphabetic sequence. | | REVERSE | List documents in reverse chronological order. The default is in chronological order. | | <Other> | If any other word is given as a parameter, it is interpreted as a filter. The document name must contain this string to be included in the list. |
|