full angle bracket name should be searchable
See original GitHub issueIssue 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 Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Use of angle brackets around file names for include statements
So, using the quote include directive produces one search through N directories each time #include <mfem.h> is encountered in the application ...
Read more >The Different Types of Brackets - Grammar Monster
There are four common types of bracket: parentheses (), square brackets [], braces {}, and angle brackets <>. This page explains how the...
Read more >Why does SQLite full-text search (FTS4) treat angle brackets ...
The default ( simple ) tokenizer reads alphanumerical characters and treats all others as word separators to be ignored. So when searching for...
Read more >Searching - The Academy of Saint Gabriel
This one allows you to restrict the search to full words that appear inside <angle brackets>, partial words in angle brackets, whole words ......
Read more >Angle Bracket <> in Java with Examples - GeeksforGeeks
Angle Bracket in Java is used to define Generics. It means that the angle bracket takes a generic type, say T, in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, I’ll take a look today. This should be a quick one.
Definitely sounds like that is the issue. @nummi mind taking a look?