When creating a Pull Request, users face difficulty finding the correct branch in repositories with many similarly named branches (e.g., multiple branches containing “release”). Since pagination isn’t supported, even exact matches like release may not appear in search results. Users currently rely on a regex workaround (e.g., release$) to locate branches, which isn’t intuitive. We should improve branch discovery by adding pagination, enhancing search logic to prioritize exact matches, and optionally providing a tooltip or hint explaining regex usage.