From bf9954152e682651060f3277872a0bccf0b41344 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 4 Nov 2023 09:53:51 -0700 Subject: [PATCH] Update custom fields docs with data types --- docs/usage.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 1d905da99..6cceeed22 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -344,6 +344,16 @@ Paperless-ngx provides. Multiple fields may be attached to a document but the same field name cannot be assigned multiple times to the a single document. +The following custom field types are supported: + +- `Text`: any text +- `Boolean`: true / false (check / unchecked) field +- `Date`: date +- `URL`: a valid url +- `Integer`: integer number e.g. 12 +- `Number`: float number e.g. 12.3456 +- `Monetary`: float number with exactly two decimals, e.g. 12.30 + ## Best practices {#basic-searching} Paperless offers a couple tools that help you organize your document