Skip to content

fix: "search.json" Fails to Load Due to Invalid Escape Sequence #2448

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

Closed
wants to merge 1 commit into from

Conversation

NianwenDan
Copy link

@NianwenDan NianwenDan commented Jun 13, 2025

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description

Added jsonify to escape special characters in post descriptions. This prevents errors like:

"content": "Path: C:\Program Files\App"

which breaks JSON parsing.

Additional context

Fixes #2416

@github-actions github-actions bot added the released Included or resolved in the release label Jul 26, 2025
@cotes2020 cotes2020 closed this Jul 26, 2025
Repository owner deleted a comment from github-actions bot Jul 26, 2025
@cotes2020 cotes2020 removed the released Included or resolved in the release label Jul 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"search.json" Fails to Load Due to Invalid Escape Sequence
2 participants