Skip to content

Commit

Permalink
custom fields: fix meaning of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeller, Christina authored and ppanero committed Mar 14, 2023
1 parent f4b562c commit 082669a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customize/custom_fields/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 082669a

Please sign in to comment.