Skip to content

Commit

Permalink
custom fields: fix typo and sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
chriz-uniba authored and ppanero committed Mar 14, 2023
1 parent 1e1e7ed commit f4b562c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/customize/custom_fields/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ This section lists the field types and UI widgets that are available in InvenioR

### Field types

- `KeywordCF` for text that need to be searchable **only** as "exact match" (e.g. search filters/facets).
- `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. cannot be linked to a custom field).
- `VocabularyCF` for controlled vocabularies. Note that it supports only generic vocabularies (e.g. _names_, _awards_, etc.). It 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 f4b562c

Please sign in to comment.