We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When typing in a rich text editor:
'
’
"xyz"
“xyz”
The text was updated successfully, but these errors were encountered:
@serh-mosk Can you have a look at this? Is there a reason for this?
Sorry, something went wrong.
Maybe we'll need a migration to revert all changed chars to the original ones and rebuild search. See https://github.com/humhub/humhub-internal/issues/230#issuecomment-2129620244
Edit: I think we don't need a migration for old content as the issue with Solr for searching content is solved: https://github.com/humhub/solr/commit/30bddcafeeee561bd1325fc16f5ac1f6ea934948
serh-mosk
No branches or pull requests
When typing in a rich text editor:
'
char is automatically changed to’
."xyz"
is changed to“xyz”
The text was updated successfully, but these errors were encountered: