Uploaded image for project: 'OASIS Open Data Protocol (OData) TC'
  1. OASIS Open Data Protocol (OData) TC
  2. ODATA-1276

Explicitly allow the minus sign / dash in a search term

    XMLWordPrintable

    Details

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

      Proposed

    • Proposal:
      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 )
    • Resolution:
      Show
      https://github.com/oasis-tcs/odata-abnf/pull/14  

      Description

      The ABNF rule for searchWord is overly restrictive.

      It should also include the minus sign / dash

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              handl Ralf Handl
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: