[
https://issues.apache.org/jira/browse/OLINGO-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906969#comment-15906969
]
Jay Xu commented on OLINGO-1094:
--------------------------------
Thanks for the quick response. How about to change the value of startIndex and
index, so the function tokenizer.getText() could return the string content only
w/o single quotation?
> Key predicate for Edm.String type
> ---------------------------------
>
> Key: OLINGO-1094
> URL: https://issues.apache.org/jira/browse/OLINGO-1094
> Project: Olingo
> Issue Type: Bug
> Reporter: Jay Xu
> Assignee: Christian Amend
>
> I defined a entitytype `Product` and have a property `Id` which type is
> defined as Edm.String. When I set this property as a CsdlPropertyRef, and
> have the entity in which the value of the property 'Id' is the String
> `Simple`. According to the function 'nextStringValue' of
> olingo.server.core.uri.parser.UriTkoenizer, seems that it only allows the URI
> `/<root_url>/Product)('Simple')`. Is it possible to just simplify the URI as
> `/<root_url>/Product)(Simple)`, that is, removing the single quotation around
> Simple? Because when query the value of the property `Id`, it shows me only
> the word Simple.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)