Open
Description
Describe the bug
The Plus Symbol (+) in the Search is not Url escaped
To Reproduce
Steps to reproduce the behavior:
- Generate logs with inner class as SourceContext (Namespace.Class.Subclass) this results in the log output "SourceContext":"Namespace.Class+Subclass"
- Import those logs into the log viewer
- Select a log entry from the subclass and Click on the SourceContext Button. The Search bar should now be filled with "SourceContext='Namespace.Class+Subclass'"
- The logs from the Selected source are no longer shown in the list
Expected behavior
The logs from the selected source should be shown
Desktop (please complete the following information):
- OS: Windows 10
- Compact Log Viewer Version 1.4.0.0
Additional context
When replacing the Plus Symbol from the Search with "%2B" the logs are shown