Files
open-webui/backend/open_webui
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
..
2025-12-21 23:17:53 +04:00
2026-01-17 21:41:48 +04:00
2026-01-08 01:55:56 +04:00
2025-12-28 23:35:09 +04:00
2026-01-16 00:15:02 +04:00
2026-01-17 21:52:12 +04:00
2026-01-09 19:42:13 +04:00