open-webui/backend/open_webui/models
G30 e9926694c3
fix: add username search support to workspace and admin pages (#20780)
This fix restores and extends the username/email search functionality across workspace pages that was originally added in PR #14002. The issue was that:

1. The backend search functions for Models and Knowledge only searched `User.name` and `User.email`, but not `User.username`

2. The Functions admin page lacked user search entirely

Changes made:

Added User.username to backend search conditions for Models and Knowledge pages
Added complete user search (name, email, username) to the Functions admin page client-side filter
2026-01-19 13:42:33 +04:00
..
auths.py chore: format 2026-01-08 01:55:56 +04:00
channels.py chore: format 2026-01-09 02:46:04 +04:00
chats.py refac 2026-01-06 02:19:57 +04:00
feedbacks.py chore: format 2026-01-09 20:44:31 +04:00
files.py refac: files search 2026-01-08 03:08:11 +04:00
folders.py chore: format 2026-01-08 01:55:56 +04:00
functions.py chore: format 2026-01-08 01:55:56 +04:00
groups.py refac 2026-01-12 21:56:02 +04:00
knowledge.py fix: add username search support to workspace and admin pages (#20780) 2026-01-19 13:42:33 +04:00
memories.py chore: format 2026-01-08 01:55:56 +04:00
messages.py feat: channel webhooks 2026-01-09 02:30:15 +04:00
models.py fix: add username search support to workspace and admin pages (#20780) 2026-01-19 13:42:33 +04:00
notes.py chore: format 2026-01-08 01:55:56 +04:00
oauth_sessions.py chore: format 2026-01-08 01:55:56 +04:00
prompts.py chore: format 2026-01-08 01:55:56 +04:00
tags.py chore: format 2026-01-08 01:55:56 +04:00
tools.py chore: format 2026-01-08 01:55:56 +04:00
users.py chore: format 2026-01-08 01:55:56 +04:00