question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

full angle bracket name should be searchable

See original GitHub issue

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

expected_Screen Shot 2019-11-07 at 08 52 22

unexpected

unexpected_Screen Shot 2019-11-07 at 08 54 11

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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nummicommented, Nov 7, 2019

Yeah, I’ll take a look today. This should be a quick one.

1reaction
rwwagner90commented, Nov 7, 2019

I’d guess we are not correctly normalizing the entire component name for the case insensitive search. Hopefully it is a simple fix.

Definitely sounds like that is the issue. @nummi mind taking a look?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found