mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20929] issue: Markdown Header Text Splitter is not persisted on database #34860
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @athoik on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20929
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.7.2
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Firefox 147
Confirmation
README.md.Expected Behavior
When saving Document settings, the Markdown Header Text Splitter must persist the value on database.
Actual Behavior
Changing the Markdown Header Text Splitter doesn't persist the value on database.
Always returned as enabled (true) although disabled (false) from the UI.
Steps to Reproduce
Navigate to Settings -> Documents, change Markdown Header Text Splitter setting to disabled, refresh page.
The Markdown Header Text Splitter is again enabled, ingoring user setting.
Logs & Screenshots
Request:
Response:
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 25, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20417 issue: Preceding character incorrectly deleted when typing Markdown inline code
by July791 • Jan 06, 2026 •
bug#20632 issue: Inconsistent behavior when editing section breaks.
by jdwx • Jan 13, 2026 •
bug#20218 issue: Broken markdown checklist
by opa-oz • Dec 28, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Jan 25, 2026):
Good catch! Whipping up a fix.
@Classic298 commented on GitHub (Jan 25, 2026):
https://github.com/open-webui/open-webui/pull/20930
@silentoplayz commented on GitHub (Jan 25, 2026):
I have confirmed this issue exists on the latest
devbranch. I'll test to see if #20930 solves it as expected.