From 082669aba6ce13359d701b62bfb8b3fa752f206b Mon Sep 17 00:00:00 2001 From: "Zeller, Christina" Date: Tue, 14 Mar 2023 09:53:20 +0100 Subject: [PATCH] custom fields: fix meaning of sentence --- docs/customize/custom_fields/records.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customize/custom_fields/records.md b/docs/customize/custom_fields/records.md index 461ddf2c..9d8b909d 100644 --- a/docs/customize/custom_fields/records.md +++ b/docs/customize/custom_fields/records.md @@ -396,7 +396,7 @@ This section lists the field types and UI widgets that are available in InvenioR - `KeywordCF` for text that needs to be searchable **only** as "exact match" (e.g. search filters/facets). - `TextCF` for normal text, if you need to search as "exact match" (e.g. search filters/facets) pass `use_as_filter=True` as parameter. -- `VocabularyCF` for controlled vocabularies. Note that it supports only generic vocabularies (e.g. _names_, _awards_, etc.). It cannot be linked to a custom field. +- `VocabularyCF` for controlled vocabularies. Note that it supports only generic vocabularies. That is, _names_, _awards_, etc. cannot be linked to a custom field. - `ISODateStringCF` date strings in ISO format (`YYYY-MM-DD`). - `EDTFDateStringCF` date string in extended date time format, i.e. _DATE_ or _DATE/DATE_ where _DATE_ is `YYYY` or `YYYY-MM` or `YYYY-MM-DD`. - `BooleanCF` for boolean values (True/False).