-
Notifications
You must be signed in to change notification settings - Fork 286
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
full angle bracket name should be searchable #1059
Comments
Definitely sounds like that is the issue. @nummi mind taking a look? |
Yeah, I’ll take a look today. This should be a quick one. |
@rwwagner90, I think we should do a deploy. My fix for this (#1021) is only on |
Ah gotcha. I will get a deploy out |
Can you test this on the latest (3.12.2) version? |
Fixed! |
Issue and Steps to Reproduce
This is a nuance to #1021. I expect to be able to search by the full component name, not just he first segment.
<NavHeader/>
resultYour environment
stable chrome, latest ember inspector
Screenshots
expected
unexpected
I'd guess we are not correctly normalizing the entire component name for the case insensitive search. Hopefully it is a simple fix.
The text was updated successfully, but these errors were encountered: