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.
- Navigate to https://tv.apple.com/
- Open ember inspector
- go to the "Components" tab and type nav. You should see the
<NavHeader/> result
- type navh and you should see no results
Your 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.
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.