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

Make special character handling in display function respect a preference, so that it can be turned off #614

Open
jegelstaff opened this issue Jan 30, 2025 · 0 comments
Milestone

Comments

@jegelstaff
Copy link
Owner

As of 3aff3a3 the display function turns off html special characters in single values returned from the database. This is a step in the right direction. But it can break existing systems if the value returned from the database is used in subsequent queries or filters that lookup stuff in the database (which will have special character in the database, for now).

So it should be possible to turn this behaviour off via a Formulize preference, at least for now. When storage format and API return format are in synch, then this preference would be redundant. But until then, to preserve existing behaviour on existing systems, a preference is important.

@jegelstaff jegelstaff added this to the 8.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant