Skip to content

Commit

Permalink
Fix documentation: replace fl to fields on doc #542 (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Apr 30, 2020
1 parent 6b014d0 commit 8d8cf7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual/cdxserver_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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.

Expand Down

0 comments on commit 8d8cf7e

Please sign in to comment.