Support punctuation aware search for hyphen ("-")

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Search
    • None
    • 5
    • 6

      The standard tokenizer for Bitbucket's search doesn't split up _ or . (Bitbucket 5.7)
      This means that it also splits other special characters, such as hyphens by default. This causes an issue if you search for a string using double quotes (i.e: “supplemental.fulfillment.request.view-always”) the hypohen (or any other special character) gets replaced with a space and that causes the search to fail to find a result.

      To give better context:

      Could you apply a char filter before the standard tokenizer that transforms "-" into a different symbol that could be tokenized properly?

              Assignee:
              Unassigned
              Reporter:
              Andre Marques (Inactive)
              Votes:
              15 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated: