Skip to content

Better handling of multi-value keys #2

@xXMacMillanXx

Description

@xXMacMillanXx

Currently the multi-values are saved as a string, where values are separated by a semicolon [ ; ].
This will lead to problems / unexpected behavior if user input contains semicolons.

Possible fixes:

  • Escape user input
  • maybe use a string array instead of a string

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions