-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
branch filtering inconsistency #19778
Comments
It's caused by Dropdown's full-search behavior. gitea/web_src/js/features/repo-common.js Lines 110 to 115 in e31c616
Maybe it can be fixed by the suggestion of the discussion : |
Yup exact would stop this fuzzy searching behaviour |
Do you have plan to send a PR? |
Use exact search instead of fuzzy search for branch filter dropdown #19885 |
Description
Branch filtering works differently on different screens. It seems to be working fine on the "Code" page. On "New Pull Request" show branches that seem not to match the string we enter
Screenshots
Gitea Version
1.16.7
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Chrome
The text was updated successfully, but these errors were encountered: