-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
7.7.1, 7.17.0, 7.21.0
-
1
-
Severity 3 - Minor
-
6
-
Issue Summary
Search cannot find matches for multiple camelCase or UpperCamelCase terms that are enclosed in quotes.
Steps to Reproduce
- Given the following code sample committed to a repo:
DefaultEmbeddedImage expectedImage = new DefaultEmbeddedImage(new UrlResourceIdentifier("http://example.com/logo.png"));
- Searching for: "DefaultEmbeddedImage expectedImage" enclosed in quotes does not return any hits:
- If the terms: DefaultEmbeddedImage expectedImage are not enclosed in quotes, the search terms are found:
Expected Results
Searching for "DefaultEmbeddedImage expectedImage" enclosed in quotes should find the strings.
Actual Results
Search is unable to find the quoted strings.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available