Rod Simpson created USERGRID-220:
------------------------------------

             Summary: 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


>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.2#6252)

Reply via email to