From 8d8cf7eb58a67ad65fd17a0023d4ead5d367b0de Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Fri, 1 May 2020 00:16:07 +0100 Subject: [PATCH] Fix documentation: replace fl to fields on doc webrecorder/pywb#542 (#543) --- docs/manual/cdxserver_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/cdxserver_api.rst b/docs/manual/cdxserver_api.rst index c8904fd6..54ea7332 100644 --- a/docs/manual/cdxserver_api.rst +++ b/docs/manual/cdxserver_api.rst @@ -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``, ``timestamp``, ``url``, ``mime``, ``status``, ``digest``, ``length``, ``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, 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 output.