Jeffrey created USERGRID-773: --------------------------------- Summary: Column Querying Issues Key: USERGRID-773 URL: https://issues.apache.org/jira/browse/USERGRID-773 Project: Usergrid Issue Type: Bug Reporter: Jeffrey
>From >http://community.apigee.com/questions/2432/error-analysis-of-response-when-trying-to-curl-que.html#answer-2454. I have seen similar issues. I am using the org devnexus and the app 2015, which should be publicly visible. In the UI, if I set Path to /sessions and Query to select name,title,room where title contains 'Java', I get no response and no error. However, if I capture the query made by the browser (https://api.usergrid.com/devnexus/2015/sessions?ql=select%20name%2Ctitle%2Croom%20where%20title%20contains%20%27Java%27%20order%20by%20created%20desc&access_token=YWMtuzeubNpKEeSm49lERp5XKQAAAUylS2HCr3MkIzCtKZHIYLT1VUiiygN9uUs) using Chrome dev tools, the same query works with curl. You can see the same result with something as simple as select title. -- This message was sent by Atlassian JIRA (v6.3.4#6332)