Explicitly allow the minus sign / dash in a search term

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • V4.01_CS02
    • Affects Version/s: V4.01_CS01
    • Component/s: ABNF
    • Environment:

      Proposed

    • Hide

      Change from

      searchWord = 1*( ALPHA / DIGIT / COMMA / "." / pct-encoded )

      to

      searchWord = 1*( ALPHA / DIGIT / COMMA / "." / "-" / pct-encoded )

      Show
      Change from searchWord = 1*( ALPHA / DIGIT / COMMA / "." / pct-encoded ) to searchWord = 1*( ALPHA / DIGIT / COMMA / "." / "-" / pct-encoded )
    • Show
      https://github.com/oasis-tcs/odata-abnf/pull/14  

      The ABNF rule for searchWord is overly restrictive.

      It should also include the minus sign / dash

            Assignee:
            Unassigned
            Reporter:
            handl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: