dify - ✅(Solved) Fix No search results are returned for installed models [1 pull requests, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langgenius/dify#35625Fetched 2026-04-29 06:36:26
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
1
Author
Participants
Assignees
Timeline (top)
assigned ×1closed ×1cross-referenced ×1labeled ×1

Fix Action

Fixed

PR fix notes

PR #35624: fix(web): filter model selector by model name

Description (problem / solution / changelog)

[!IMPORTANT]

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> <!-- If this PR was created by an automated agent, add `From <Tool Name>` as the final line of the description. Example: `From Codex`. -->

Fixes #35625

Screenshots

BeforeAfter
<img width="948" height="1160" alt="20260428140508_rec_" src="https://github.com/user-attachments/assets/8fbe1703-197a-4c1c-a52c-cc82fbdf0d5b" /><img width="912" height="1156" alt="20260428140609_rec_" src="https://github.com/user-attachments/assets/cf238b01-cbff-4b85-a878-ca5af8e3bb70" />

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint && make type-check (backend) and cd web && pnpm exec vp staged (frontend) to appease the lint gods

Changed files

  • web/app/components/header/account-setting/model-provider-page/model-selector/__tests__/popup.spec.tsx (modified, +158/-1)
  • web/app/components/header/account-setting/model-provider-page/model-selector/popup.tsx (modified, +21/-9)
RAW_BUFFERClick to expand / collapse

https://github.com/user-attachments/assets/729c46fa-418c-4ab1-bae5-9f416205288f

When searching for a target model by name, the model list returns no results.

Can be reproduced on SaaS. version: 1.13.3

extent analysis

TL;DR

The issue with the model list returning no results when searching by name may be related to a version-specific bug in version 1.13.3.

Guidance

  • Verify that the search query is correctly formatted and the target model exists in the list.
  • Check if the issue persists when searching for other models or using different search criteria.
  • Test the search functionality in a different version, if possible, to determine if the issue is version-specific.
  • Review any recent changes or updates to the model list or search functionality that may be contributing to the issue.

Notes

The provided information is limited, and without further details, it's difficult to determine the root cause of the issue.

Recommendation

Apply workaround: Try searching for the model using a different method or criteria to see if the issue is specific to the name search.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

dify - ✅(Solved) Fix No search results are returned for installed models [1 pull requests, 1 participants]