You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Jeffrey (JIRA)" <ji...@apache.org> on 2015/11/02 17:56:27 UTC

[jira] [Updated] (USERGRID-220) Fields with a space in the property name cannot be searched

     [ https://issues.apache.org/jira/browse/USERGRID-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeffrey  updated USERGRID-220:
------------------------------
    Sprint: Major

> Fields with a space in the property name cannot be searched
> -----------------------------------------------------------
>
>                 Key: USERGRID-220
>                 URL: https://issues.apache.org/jira/browse/USERGRID-220
>             Project: Usergrid
>          Issue Type: Story
>          Components: Stack
>            Reporter: Rod Simpson
>            Assignee: Lynch Lee
>
> From this post on the ML:
> https://groups.google.com/forum/?hl=en#!topic/usergrid/5ChzL2uaiS4
> For example:
>     GET http://xyzz.com/appservices/xyzz/mycollection?ql=select data.sequences.Lifetime%20Referring%20Sources where data._id = 1234
> Escaping with %20 in this case doesn't work.  Oh, I should mention that I have little control of the attribute names without doing a huge amount transformation.
> Here is a snippet of how the data is stored:
>     "data":{
>        "_id":1234
>        "sequences":{
>           "Lifetime Referring Sources":1
>        }
>     }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)