Search cannot find matches for multiple camelCase or UpperCamelCase terms enclosed in quotes

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Medium
    • None
    • Affects Version/s: 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

      1. Given the following code sample committed to a repo:
        DefaultEmbeddedImage expectedImage = new DefaultEmbeddedImage(new UrlResourceIdentifier("http://example.com/logo.png"));
        
      2. Searching for: "DefaultEmbeddedImage expectedImage" enclosed in quotes does not return any hits:
      3. 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

            Assignee:
            Unassigned
            Reporter:
            JP Mariano
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: