[ https://issues.apache.org/jira/browse/OLINGO-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835319#comment-16835319 ]
Ramya commented on OLINGO-1356: ------------------------------- This is fixed as part of the commit https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=a9eac6cb0a46bd1b8e252f5afd9e17260c27c4eb > $search not supporting alpha numeric characters > ------------------------------------------------ > > Key: OLINGO-1356 > URL: https://issues.apache.org/jira/browse/OLINGO-1356 > Project: Olingo > Issue Type: Bug > Components: odata4-server > Affects Versions: (Java) V4 4.5.0, (Java) V4 4.6.0 > Reporter: Ramya > Priority: Major > > If request url is Person?$search=person01, the request fails with response > payload: > 400 Bad Request > {"error":{"code":"OLINGO LIBRARY EXCEPTION","message":"Exception during > tokenizer creation with message 'Forbidden character in state WORD->0'."}} > The ABNF for V4 was overly restrictive, which got fixed later in > https://github.com/oasis-tcs/odata-abnf/blob/master/abnf/odata-abnf-construction-rules.txt#L332-L356 -- This message was sent by Atlassian JIRA (v7.6.3#76005)