mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #14950] [CLOSED] Feat: Allow searching chats with date range #62514
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/14950
Author: @periklis92
Created: 6/13/2025
Status: ❌ Closed
Base:
dev← Head:feat-search-chat-date📝 Commits (3)
123041dadd start and end date in the chats filtera0a4851Add start and end date inputs in chats modal4c5d8ffupdated start and end to use unix timestamp📊 Changes
4 files changed (+104 additions, -36 deletions)
View changed files
📝
backend/open_webui/models/chats.py(+13 -0)📝
backend/open_webui/routers/chats.py(+6 -0)📝
src/lib/components/admin/Users/UserList/UserChatsModal.svelte(+26 -7)📝
src/lib/components/layout/ChatsModal.svelte(+59 -29)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This feature enhances searching specific date range on user chats.
Added
Screenshots or Videos
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.