1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Fix documentation: replace fl to fields on doc webrecorder/pywb#542 (#543)

This commit is contained in:
Ivo Branco 2020-05-01 00:16:07 +01:00 committed by GitHub
parent 6b014d05bf
commit 8d8cf7eb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,10 +181,10 @@ the following modifiers:
+---------------+-----------------------------+------------------------------------+ +---------------+-----------------------------+------------------------------------+
``fl`` ``fields``
^^^^^^ ^^^^^^
The ``fl`` param can be used to specify which fields to include in the The ``fields`` param can be used to specify which fields to include in the
output. The standard available fields are usually: ``urlkey``, output. The standard available fields are usually: ``urlkey``,
``timestamp``, ``url``, ``mime``, ``status``, ``digest``, ``length``, ``timestamp``, ``url``, ``mime``, ``status``, ``digest``, ``length``,
``offset``, ``filename`` ``offset``, ``filename``
@ -193,7 +193,7 @@ If a minimal cdx index is used, the ``mime`` and ``status`` fields may
not be available. Additional fields may be introduced in the future, not be available. Additional fields may be introduced in the future,
especially in the CDX JSON format. especially in the CDX JSON format.
Fields can be comma delimited, for example ``fl=urlkey,timestamp`` will Fields can be comma delimited, for example ``fields=urlkey,timestamp`` will
only include the ``urlkey``, ``timestamp`` and ``filename`` in the only include the ``urlkey``, ``timestamp`` and ``filename`` in the
output. output.