Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multivalued field #733

Closed
b1rger opened this issue Mar 20, 2024 · 0 comments · Fixed by #737 or #745
Closed

Add multivalued field #733

b1rger opened this issue Mar 20, 2024 · 0 comments · Fixed by #737 or #745

Comments

@b1rger
Copy link
Contributor

b1rger commented Mar 20, 2024

We need an option to add a multivalued field, that is not a foreign key. Like for example for implementing "alternative names". There are various options: the postgres array field (downside: database specific), a json field with an array in it, a simple text field that is newline separated ...

the field content should be searchable and there should be a widget that allows to add additional values

b1rger added a commit that referenced this issue Mar 21, 2024
Those widget provide a multiline input with a javascript based 'more'
button, that adds additional input elements.

Closes: #733
b1rger added a commit that referenced this issue Mar 22, 2024
Those widget provide a multiline input with a javascript based 'more'
button, that adds additional input elements.

Closes: #733
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant