mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-31 17:54:19 +02:00
fix: search
This commit is contained in:
@@ -321,8 +321,9 @@
|
||||
return true;
|
||||
} else {
|
||||
let title = chat.title.toLowerCase();
|
||||
const query = search.toLowerCase();
|
||||
|
||||
if (title.includes(search)) {
|
||||
if (title.includes(query)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user