Search Issue Tracker
Feature Request
Feature Request in 6000.2.X
Votes
1
Found in
2022.3.58f1
6000.0.38f1
6000.1.0b6
6000.2.0a4
Issue ID
UUM-97649
Regression
No
Console search fails to find log messages when log messages contain <B></B> tags
Reproduction steps:
1. Open the attached “TestU62.zip” project
2. Open the “Assets/SampleScene.unity“ Scene
3. Enter the Play Mode
4. Observe the Console window and see the message
5. Enter the “[FSM] Test” in the search field in the Console window
6. Observe the Console window
Expected result: The message “[FSM] Test Log with text bold tag” should be displayed
Actual result: The message is not found, and the Console shows “No results for ‘[FSM] Test’”
Reproducible with: 2022.3.58f1, 6000.0.38f1, 6000.1.0b6, 6000.2.0a4
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: Searching for “[FSM] <B>Test</B>” works as expected
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Hello,
Thanks for reaching out regarding that issue.
This is a feature request on changing the current behavior of the console window. HTML code is supported, but indeed, searching in it is not properly supported indeed and this would be a new feature request. Plus this could introduce some regressions because regular log message (not using HTML tags) could also be used by some, and we would not want to filter this...
I hope you will understand! Feel free to reach out again if you have remaining questions on the topic.
Resolution Note (6000.2.X):
Hello,
Thanks for reaching out regarding that issue.
This is a feature request on changing the current behavior of the console window. HTML code is supported, but indeed, searching in it is not properly supported indeed and this would be a new feature request. Plus this could introduce some regressions because regular log message (not using HTML tags) could also be used by some, and we would not want to filter this...
I hope you will understand! Feel free to reach out again if you have remaining questions on the topic.