[GH-ISSUE #6979] Bug: model search not returning expected results #53222

Closed
opened 2026-05-05 14:27:57 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @willdady on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6979

Bug Report

Installation Method

Docker compose

Environment

  • Open WebUI Version: v0.3.35

  • Operating System: MacOS Sequoia

  • Browser (if applicable): Firefox 132.0.2

Expected Behavior:

Searching in models drop-down should match models containing the entered sub-string.

Actual Behavior:

Search only returns a single match when there should be multiple. See below screenshots.

Description

Bug Summary:

Searching models does not return the expected results.

Logs and Screenshots

Screenshots/Screen Recordings (if applicable):

Note there are two models with "haiku" in their name.

Typing "ha" only yields one result when there should be two.

Additional Information

Models are loaded via a pipelines manifold which loads models from litellm. Not sure if that matters.

Originally created by @willdady on GitHub (Nov 16, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/6979 # Bug Report ## Installation Method Docker compose ## Environment - **Open WebUI Version:** v0.3.35 - **Operating System:** MacOS Sequoia - **Browser (if applicable):** Firefox 132.0.2 ## Expected Behavior: Searching in models drop-down should match models containing the entered sub-string. ## Actual Behavior: Search only returns a single match when there should be multiple. See below screenshots. ## Description **Bug Summary:** Searching models does not return the expected results. ## Logs and Screenshots **Screenshots/Screen Recordings (if applicable):** Note there are two models with "haiku" in their name. ![](https://imgur.com/rWDHgiC.png) Typing "ha" only yields one result when there should be two. ![](https://imgur.com/PKjZpep.png) ## Additional Information Models are loaded via a pipelines manifold which loads models from litellm. Not sure if that matters.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#53222