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

Custom field values of type tag not persisted correctly #7

Closed
KennethWussmann opened this issue Nov 16, 2023 · 1 comment · Fixed by #54
Closed

Custom field values of type tag not persisted correctly #7

KennethWussmann opened this issue Nov 16, 2023 · 1 comment · Fixed by #54
Labels
bug Something isn't working
Milestone

Comments

@KennethWussmann
Copy link
Owner

KennethWussmann commented Nov 16, 2023

Currently, selected tags of a custom field with type TAG are saved to the value column in the DB.
They should be saved in a new Many-to-Many table to allow selecting multiple tags without loosing the link between field values and tags.

The search index of assets should be flattened to something like location: office, kitchen if the user selected two tags for a custom field.

@KennethWussmann KennethWussmann added the bug Something isn't working label Nov 16, 2023
@KennethWussmann
Copy link
Owner Author

Persistence part is done, but the TagSearchInput doesn't support it now.

SCR-20231210-qqvj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant