mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[PR #19402] [CLOSED] feat: quicksearch feature on advanced parameters #80073
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/19402
Author: @druellan
Created: 11/24/2025
Status: ❌ Closed
Base:
dev← Head:quick-search-advanced-params📝 Commits (1)
dd9438ffeat: add search input for quicksearch parameters in AdvancedParams component📊 Changes
1 file changed (+48 additions, -32 deletions)
View changed files
📝
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte(+48 -32)📄 Description
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Motivation
I'm always looking for a specific param in the list, failing to find it on quick inspection, ending up relying on the browser search to find it. A proper quicksearch is a small feature that can improve the overall experience for advanced users.
Discussion: https://github.com/open-webui/open-webui/discussions/19293
Changelog Entry
Description
The options in the Advanced Params column can now be filtered by typing in a search box.
Added
Additional Information
Screenshots or Videos
Quicksearch in action


Testing multilang feature
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.