mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
Search acts weird #222
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?
Originally created by @jannikstdl on GitHub (Jan 24, 2024).
Bug Report
Sometimes the search works but most of the time it shows nothing.
Steps to Reproduce:
I am testing the newest version with docker
Expected Behavior:
Search should work
Actual Behavior:
Sometimes the search works but most of the time it shows nothing.
Environment
Confirmation:
Logs and Screenshots
https://github.com/ollama-webui/ollama-webui/assets/69747628/41a36e6e-1d45-49d5-98f3-ba52b2bea8e1
Installation Method
Docker Compose
@hammeiam commented on GitHub (Jan 24, 2024):
They lowercase the chat titles but not the search term when searching. This should get fixed, but it'll work if you only use lowercase when searching.
b6d9cf3bc8/src/lib/components/layout/Sidebar.svelte (L323)