Skip to content

Commit 8765d5e

Browse files
authored
Improve docs for isfs filter param (#871)
1 parent 3910bc7 commit 8765d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ServerSide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The query string of the `uri` property accepts several parameters that control f
138138
- `isfs://myserver:user?type=cls`, shows only classes
139139
- `isfs://myserver:user?type=rtn`, shows only routines, mac, int and inc files
140140
- `isfs://myserver:user?generated=1`, shows generated files as well as not generated
141-
- `isfs://myserver:user?filter=%Z*.cls,%z*.cls,%Z*.mac`, comma-delimited list of search options, ignores `type`
141+
- `isfs://myserver:user?filter=%Z*.mac,%z*.mac`, comma-delimited list of search options, ignores `type`. The default is `*.cls,*.inc,*.mac,*.int`. To see all files, use `*`.
142142
- `isfs://myserver:user?flat=1`, a flat list of files does not split packages as folders.
143143

144144
The options `flat` and `generated` can be combined with each other, and with `type` or `filter`. If `filter` is specified, `type` is ignored.

0 commit comments

Comments
 (0)