Skip to content

Commit

Permalink
Non-optlist fields can now contain multiple values.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jan 30, 2020
1 parent 8ded3c5 commit 42f4a67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,8 @@ Element content: Field name + optional list <optlist> of allowed values, e.g.::
* multiple

* Sets if field allows multiple values to be set for it, 'yes' or 'no',
default 'no'. This is only supported for fields with option lists. If set
to 'yes', then the underlying field in the database must be an ARRAY type,
e.g. text ARRAY.
default 'no'. If set to 'yes', then the underlying field in the database
must be an ARRAY type, e.g. text[].

* no_curate

Expand Down

0 comments on commit 42f4a67

Please sign in to comment.